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
This commit is contained in:
Eric Davis 2009-09-25 00:39:02 +00:00
parent e6ac92487a
commit 19df1b636c
1 changed files with 2 additions and 1 deletions

View File

@ -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>