send notif only to the right instructeurs
after a dossier creation, only the instructeurs that belong to the group instructeur of the dossier, and who want notif will be notified by mail
This commit is contained in:
parent
d927118221
commit
339066778d
3 changed files with 29 additions and 3 deletions
|
@ -153,7 +153,7 @@ module Users
|
|||
if passage_en_construction? && errors.blank?
|
||||
@dossier.en_construction!
|
||||
NotificationMailer.send_initiated_notification(@dossier).deliver_later
|
||||
@dossier.procedure.instructeurs.with_instant_email_dossier_notifications.each do |instructeur|
|
||||
@dossier.groupe_instructeur.instructeurs.with_instant_email_dossier_notifications.each do |instructeur|
|
||||
DossierMailer.notify_new_dossier_depose_to_instructeur(@dossier, instructeur.email).deliver_later
|
||||
end
|
||||
return redirect_to(merci_dossier_path(@dossier))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue