diff options
author | Israel Madueme <purelogiq@gmail.com> | 2018-03-19 15:57:17 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-19 15:57:17 +0100 |
commit | 085c32acdac27c99549dfb1bef50ccb8c3949294 (patch) | |
tree | df277685851e28dc672535c3d116e373bab6ad62 /extensions/BugModal/template | |
parent | de8acf02800e292c9a43b5dfbe2b1f5c2fae2316 (diff) | |
download | bugzilla-085c32acdac27c99549dfb1bef50ccb8c3949294.tar.gz bugzilla-085c32acdac27c99549dfb1bef50ccb8c3949294.tar.xz |
Bug 1440328 - Obfuscate mentor email for users that aren't logged in
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl index a8d55c137..51919ab27 100644 --- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl @@ -365,7 +365,7 @@ ", " UNLESS loop.last; END; - CASE [ 'assigned_to', 'reporter', 'qa_contact', 'cc', 'flagtypes.name' ]; + CASE [ 'assigned_to', 'reporter', 'qa_contact', 'cc', 'bug_mentor', 'flagtypes.name' ]; value FILTER email; CASE 'reporter_accessible'; |