add correct action for instructeur
This commit is contained in:
parent
c2abceaa72
commit
8b88fafc25
9 changed files with 37 additions and 4 deletions
|
@ -689,6 +689,10 @@ class Dossier < ApplicationRecord
|
|||
brouillon_close_to_expiration_notice_sent_at: nil,
|
||||
en_construction_close_to_expiration_notice_sent_at: nil,
|
||||
termine_close_to_expiration_notice_sent_at: nil)
|
||||
|
||||
if hidden_at.present?
|
||||
update(hidden_at: nil, hidden_by_reason: nil)
|
||||
end
|
||||
end
|
||||
|
||||
def show_procedure_state_warning?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue