summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2009-09-25 00:39:02 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2009-09-25 00:39:02 +0000
commit19df1b636cf457951328de6083ee94be977e9ee0 (patch)
tree03d126b50f3ce0bfe4ab68d4d90e53e6c21ae901
parente6ac92487a03b2fc388d02cf4551796981cefea6 (diff)
downloadredmine-19df1b636cf457951328de6083ee94be977e9ee0.tar.gz
redmine-19df1b636cf457951328de6083ee94be977e9ee0.zip
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
-rw-r--r--app/views/timelog/_date_range.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/timelog/_date_range.rhtml b/app/views/timelog/_date_range.rhtml
index 9addba930..2482a9fc3 100644
--- a/app/views/timelog/_date_range.rhtml
+++ b/app/views/timelog/_date_range.rhtml
@@ -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>