Make the new instructeur receive the affectation mail
This commit is contained in:
parent
c02e8b9553
commit
f069f6f779
1 changed files with 2 additions and 2 deletions
|
@ -69,12 +69,12 @@ module NewAdministrateur
|
||||||
create_instructeur(instructeur_email)
|
create_instructeur(instructeur_email)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
groupe_instructeur.instructeurs << instructeurs
|
||||||
|
|
||||||
GroupeInstructeurMailer
|
GroupeInstructeurMailer
|
||||||
.add_instructeurs(groupe_instructeur, instructeurs, current_user.email)
|
.add_instructeurs(groupe_instructeur, instructeurs, current_user.email)
|
||||||
.deliver_later
|
.deliver_later
|
||||||
|
|
||||||
groupe_instructeur.instructeurs << instructeurs
|
|
||||||
|
|
||||||
flash[:notice] = t('.assignment',
|
flash[:notice] = t('.assignment',
|
||||||
count: email_to_adds.count,
|
count: email_to_adds.count,
|
||||||
value: email_to_adds.join(', '),
|
value: email_to_adds.join(', '),
|
||||||
|
|
Loading…
Reference in a new issue