diff --git a/app/views/issues/move.rhtml b/app/views/issues/move.rhtml index 8f43f18c5..f6fe376ff 100644 --- a/app/views/issues/move.rhtml +++ b/app/views/issues/move.rhtml @@ -6,7 +6,7 @@ <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %>
+
<%= select_tag "new_project_id", options_from_collection_for_select(@allowed_projects, 'id', 'name', @target_project.id), :onchange => remote_function(:url => { :action => 'move' }, @@ -14,7 +14,7 @@ :update => 'content', :with => "Form.serialize('move_form')") %>
-+
<%= select_tag "new_tracker_id", "" + options_from_collection_for_select(@trackers, "id", "name") %>