commit
a8564628d3
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ class Dossier < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def log_operations?
|
def log_operations?
|
||||||
!procedure.brouillon?
|
!procedure.brouillon? && !brouillon?
|
||||||
end
|
end
|
||||||
|
|
||||||
def keep_track_on_deletion?
|
def keep_track_on_deletion?
|
||||||
|
|
Loading…
Reference in a new issue