Project

General

Profile

I need multipleselection for assigned to

Added by Peter Drábik over 9 years ago

Hi,
I need change this code for multiple selection:

<% if @issue.safe_attribute? 'assigned_to_id' >
<p><
= f.select :assigned_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @issue.required_attribute?('assigned_to_id') ></p>
<
end %>

Can anyone help me with this?