Merge pull request #2425 from snpd25/branch1

set multiple to true for speakers
This commit is contained in:
Henne Vogelsang 2019-03-14 20:57:07 +01:00 committed by GitHub
commit 02ca6da80a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ module ApplicationHelper
end
def speaker_selector_input(form)
user_selector_input(:speakers, form, '', false)
user_selector_input(:speakers, form, '', true)
end
def responsibles_selector_input(form)