Commit 19df1b63 authored by Eric Davis's avatar Eric Davis

Fixed a bug where the form would POST causing a routing error. (#3918)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2902 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent e6ac9248
......@@ -20,7 +20,8 @@
<%= link_to_remote l(:button_apply),
{ :url => { },
:update => "content",
:with => "Form.serialize('query_form')"
:with => "Form.serialize('query_form')",
:method => :get
}, :class => 'icon icon-checked' %>
</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment