fix(dossier): never write dossier log on dossiers brouillons
This commit is contained in:
parent
cf52e4bfc2
commit
d3c1941fbe
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ class Dossier < ApplicationRecord
|
|||
end
|
||||
|
||||
def log_operations?
|
||||
!procedure.brouillon?
|
||||
!procedure.brouillon? && !brouillon?
|
||||
end
|
||||
|
||||
def keep_track_on_deletion?
|
||||
|
|
Loading…
Reference in a new issue