rend accessible l'envoi de dossier par un instructeur
en remplaçant select2 par ComboMultipleDropdownList
This commit is contained in:
parent
b8097e782a
commit
c855d13994
5 changed files with 9 additions and 12 deletions
|
@ -72,7 +72,7 @@ module Instructeurs
|
|||
end
|
||||
|
||||
def send_to_instructeurs
|
||||
recipients = Instructeur.find(params[:recipients])
|
||||
recipients = Instructeur.find(JSON.parse(params[:recipients]))
|
||||
|
||||
recipients.each do |recipient|
|
||||
recipient.follow(dossier)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue