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:
parent
913a806f90
commit
5152771fdd
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue