From 5152771fdd59cee5369ba15c4946fa8a64fefe2a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Feb 2008 18:06:38 +0000 Subject: [PATCH] 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 --- app/views/issues/move.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')") %>

-- 2.39.5