From: Jean-Philippe Lang Date: Mon, 11 Feb 2008 18:06:38 +0000 (+0000) Subject: Fixed: 404 error when selecting an other project on issues/move. X-Git-Tag: 0.7.0-RC1~152 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5152771fdd59cee5369ba15c4946fa8a64fefe2a;p=redmine.git Fixed: 404 error when selecting an other project on issues/move. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1134 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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')") %>