Permet de configurer le mail de réexamen du dossier par l'administrateur
This commit is contained in:
parent
f692a9e5e4
commit
fa874a0ea3
17 changed files with 81 additions and 65 deletions
|
@ -44,6 +44,10 @@ class NotificationMailer < ApplicationMailer
|
|||
with(dossier: dossier, state: Dossier.states.fetch(:sans_suite)).send_notification
|
||||
end
|
||||
|
||||
def self.send_repasser_en_instruction_notification(dossier)
|
||||
with(dossier: dossier, state: Dossier.states.fetch(:en_instruction)).send_notification
|
||||
end
|
||||
|
||||
def self.send_pending_correction(dossier)
|
||||
with(dossier: dossier).send_notification
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue