summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authorKent Rogers <kar@cray.com>2010-05-13 08:29:58 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-13 08:29:58 +0200
commit34e9970696a7dd34bc21cea973d2ad3696440792 (patch)
tree93dac67b52960399e537ad5819923cb908b4a142 /template/en/default/bug/comments.html.tmpl
parent20ed8a92744b90c7b6b5eab19d0ed7e846100a5e (diff)
downloadbugzilla-34e9970696a7dd34bc21cea973d2ad3696440792.tar.gz
bugzilla-34e9970696a7dd34bc21cea973d2ad3696440792.tar.xz
Bug 271913: Do not force the user to comment when adding Hours Worked
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 93b954e87..3012bab5e 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -94,6 +94,7 @@
[% DEFAULT start_at = 0 mode = "show" %]
+[% timetracking_only = (comment_body == '' && comment.work_time != 0) %]
[% sort_order = user.settings.comment_sort_order.value %]
[%# NOTE: (start_at > 0) means we came here from a midair collision,
@@ -157,6 +158,7 @@
[% BLOCK a_comment %]
[% RETURN IF comment.is_private AND ! user.is_insider %]
+ [% RETURN IF timetracking_only AND !user.in_group(Param('timetrackinggroup')) %]
<div id="c[% count %]" class="bz_comment[% " bz_private" IF comment.is_private %]
[% " bz_comment_hilite" IF marks.$count %]