diff --git a/app/views/issues/move.rhtml b/app/views/issues/move.rhtml index c74270f1a..35761e160 100644 --- a/app/views/issues/move.rhtml +++ b/app/views/issues/move.rhtml @@ -9,7 +9,7 @@
<%= select_tag "new_project_id", options_from_collection_for_select(@allowed_projects, 'id', 'name', @target_project.id), - :onchange => remote_function(:url => {:action => 'move' , :id => @project}, + :onchange => remote_function(:url => { :action => 'move' }, :method => :get, :update => 'content', :with => "Form.serialize('move_form')") %>