Merge pull request #2425 from snpd25/branch1
set multiple to true for speakers
This commit is contained in:
commit
02ca6da80a
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ module ApplicationHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def speaker_selector_input(form)
|
def speaker_selector_input(form)
|
||||||
user_selector_input(:speakers, form, '', false)
|
user_selector_input(:speakers, form, '', true)
|
||||||
end
|
end
|
||||||
|
|
||||||
def responsibles_selector_input(form)
|
def responsibles_selector_input(form)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue