]> source.dussan.org Git - redmine.git/commitdiff
Fixed: 404 error when selecting an other project on issues/move.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 11 Feb 2008 18:06:38 +0000 (18:06 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 11 Feb 2008 18:06:38 +0000 (18:06 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1134 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/move.rhtml

index c74270f1a6856cc904dde1ce95c27ae995b43a60..35761e1609efb001384b4bf846dcd0ba4e7a76a0 100644 (file)
@@ -9,7 +9,7 @@
 <p><label for="new_project_id"><%=l(:field_project)%> :</label>
 <%= 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')") %></p>