Merge pull request #6527 from betagouv/main

2021-10-06-02
This commit is contained in:
Paul Chavard 2021-10-06 12:11:31 +02:00 committed by GitHub
commit a8564628d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -584,7 +584,7 @@ class Dossier < ApplicationRecord
end
def log_operations?
!procedure.brouillon?
!procedure.brouillon? && !brouillon?
end
def keep_track_on_deletion?