From 446f70f584320aa8da62b72a7116dce298eca07e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 4 Oct 2015 19:42:37 +0000 Subject: Adds options to display totals on the issue list (#1561). Works for estimated hours, spent hours and any numeric custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@14642 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/queries/_form.html.erb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views/queries/_form.html.erb') diff --git a/app/views/queries/_form.html.erb b/app/views/queries/_form.html.erb index 753eaedab..d995777c5 100644 --- a/app/views/queries/_form.html.erb +++ b/app/views/queries/_form.html.erb @@ -33,6 +33,9 @@

<%= available_block_columns_tags(@query) %>

+ +

+<%= available_totalable_columns_tags(@query) %>

<% else %>
<%= l(:label_options) %> -- cgit v1.2.3