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 /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 'template')
-rw-r--r-- | template/en/default/bug/activity/table.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 50193f894..101e43546 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -107,6 +107,7 @@ change.fieldname == 'reporter' || change.fieldname == 'qa_contact' || change.fieldname == 'cc' || + change.fieldname == 'bug_mentor' || change.fieldname == 'flagtypes.name' %] [% display_value(change.fieldname, change_type) FILTER email FILTER html %] [% ELSE %] |