model
This commit is contained in:
parent
ead1f1fa57
commit
60eed4ec01
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ class Procedure < ApplicationRecord
|
|||
end
|
||||
|
||||
def draft_changed?
|
||||
publiee? && published_revision.different_from?(draft_revision) && revision_changes.present?
|
||||
published_revision.different_from?(draft_revision) && revision_changes.present?
|
||||
end
|
||||
|
||||
def revision_changes
|
||||
|
|
Loading…
Reference in a new issue