Commit 1b19be97 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Replace "in_group(timetracker)" in bug/comments.html with is_timetracker.

parent 34e99706
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
[% BLOCK a_comment %] [% BLOCK a_comment %]
[% RETURN IF comment.is_private AND ! user.is_insider %] [% RETURN IF comment.is_private AND ! user.is_insider %]
[% RETURN IF timetracking_only AND !user.in_group(Param('timetrackinggroup')) %] [% RETURN IF timetracking_only AND !user.is_timetracker %]
<div id="c[% count %]" class="bz_comment[% " bz_private" IF comment.is_private %] <div id="c[% count %]" class="bz_comment[% " bz_private" IF comment.is_private %]
[% " bz_comment_hilite" IF marks.$count %] [% " bz_comment_hilite" IF marks.$count %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment