Merge pull request #6524 from tchak/fix-no-log-on-dossiers-brouillons
fix(dossier): never write dossier logs on dossiers brouillons
This commit is contained in:
commit
89a52d5210
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