]> source.dussan.org Git - redmine.git/commitdiff
Fixed a bug where the form would POST causing a routing error. (#3918)
authorEric Davis <edavis@littlestreamsoftware.com>
Fri, 25 Sep 2009 00:39:02 +0000 (00:39 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Fri, 25 Sep 2009 00:39:02 +0000 (00:39 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2902 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/timelog/_date_range.rhtml

index 9addba93073badf63cd1c70f804e9298e6dbc303..2482a9fc3ae1a47b096c85c6493d3b5109b9a61c 100644 (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>