diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-20 09:01:08 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-20 09:01:08 +0000 |
commit | 1da051e1bdcd8393f2fb56c0595b18304f80fe2d (patch) | |
tree | f2edb1af804c2ad7aa485565e774018b04f9221a /app/views | |
parent | 61db44c211cd032a13ae21ed712150c4ff67a418 (diff) | |
download | redmine-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.erb | 2 |
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? %> |