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:
parent
e6ac92487a
commit
19df1b636c
|
@ -20,7 +20,8 @@
|
||||||
<%= link_to_remote l(:button_apply),
|
<%= link_to_remote l(:button_apply),
|
||||||
{ :url => { },
|
{ :url => { },
|
||||||
:update => "content",
|
:update => "content",
|
||||||
:with => "Form.serialize('query_form')"
|
:with => "Form.serialize('query_form')",
|
||||||
|
:method => :get
|
||||||
}, :class => 'icon icon-checked' %>
|
}, :class => 'icon icon-checked' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue