summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-09 19:18:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-09 19:18:57 +0000
commit9dc07d4790aac44b5183c8a19759512dc777f259 (patch)
treece07b6538bccea104afebfff4f3784e19e34b65c /app/views/custom_fields
parent093ecdfc730f2a35bcdb289603d8f714d5dce320 (diff)
downloadredmine-9dc07d4790aac44b5183c8a19759512dc777f259.tar.gz
redmine-9dc07d4790aac44b5183c8a19759512dc777f259.zip
Adds filters for regular/custom fields to the time entries list/report (#10191).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10970 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/custom_fields')
-rw-r--r--app/views/custom_fields/_form.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb
index beaa78b2f..d3fd1de69 100644
--- a/app/views/custom_fields/_form.html.erb
+++ b/app/views/custom_fields/_form.html.erb
@@ -73,6 +73,7 @@ when "IssueCustomField" %>
<% when "TimeEntryCustomField" %>
<p><%= f.check_box :is_required %></p>
+ <p><%= f.check_box :is_filter %></p>
<% else %>
<p><%= f.check_box :is_required %></p>