summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-20 09:01:08 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-20 09:01:08 +0000
commit1da051e1bdcd8393f2fb56c0595b18304f80fe2d (patch)
treef2edb1af804c2ad7aa485565e774018b04f9221a /app/views
parent61db44c211cd032a13ae21ed712150c4ff67a418 (diff)
downloadredmine-1da051e1bdcd8393f2fb56c0595b18304f80fe2d.tar.gz
redmine-1da051e1bdcd8393f2fb56c0595b18304f80fe2d.zip
Merged r16057 (#13622).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16096 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/timelog/report.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/report.html.erb b/app/views/timelog/report.html.erb
index 176f128e0..7d022aac3 100644
--- a/app/views/timelog/report.html.erb
+++ b/app/views/timelog/report.html.erb
@@ -25,7 +25,7 @@
:style => 'width: 200px',
:disabled => (@report.criteria.length >= 3),
:id => "criterias") %>
- <%= link_to l(:button_clear), {:project_id => @project, :issue_id => @issue, :period_type => params[:period_type], :period => params[:period], :from => @from, :to => @to, :columns => @report.columns}, :class => 'icon icon-reload' %></p>
+ <%= link_to l(:button_clear), {:params => request.query_parameters.merge(:criteria => nil)}, :class => 'icon icon-reload' %></p>
<% end %>
<% unless @report.criteria.empty? %>