]> source.dussan.org Git - redmine.git/commitdiff
Fixed reorder links on custom fields.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Dec 2011 19:27:18 +0000 (19:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Dec 2011 19:27:18 +0000 (19:27 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8184 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/custom_fields/_index.html.erb

index 1adbcaa083ced6b79d38f41871fd654c39bfbeca..3740987ca50cc7a47ebd36ca3ed2f2abe38bc6f6 100644 (file)
@@ -20,7 +20,7 @@
       <td align="center"><%= checked_image custom_field.is_for_all? %></td>
       <td align="center"><%= l(:label_x_projects, :count => custom_field.projects.count) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %></td>
       <% end %>
-      <td align="center" style="width:15%;"><%= reorder_links('custom_field', {:action => 'edit', :id => custom_field}) %></td>
+      <td align="center" style="width:15%;"><%= reorder_links('custom_field', {:action => 'update', :id => custom_field}, :put) %></td>
       <td class="buttons">
         <%= link_to(l(:button_delete), custom_field_path(custom_field),
                                        :method => :delete,