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
This commit is contained in:
Jean-Philippe Lang 2008-02-11 18:06:38 +00:00
parent 913a806f90
commit 5152771fdd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<p><label for="new_project_id"><%=l(:field_project)%> :</label> <p><label for="new_project_id"><%=l(:field_project)%> :</label>
<%= select_tag "new_project_id", <%= select_tag "new_project_id",
options_from_collection_for_select(@allowed_projects, 'id', 'name', @target_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, :method => :get,
:update => 'content', :update => 'content',
:with => "Form.serialize('move_form')") %></p> :with => "Form.serialize('move_form')") %></p>