summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-04-14 06:36:32 +0200
committerByron Jones <glob@mozilla.com>2015-04-14 06:36:32 +0200
commit6116f2f7cf32f40c1f943cef3f523ed5955f968d (patch)
tree60d00a1ead1fa7f99e61030dba51d25cb3c892fa /extensions/BugModal
parentd0a14d8b266ca9e87e922d19427e1d252cd86cd4 (diff)
downloadbugzilla-6116f2f7cf32f40c1f943cef3f523ed5955f968d.tar.gz
bugzilla-6116f2f7cf32f40c1f943cef3f523ed5955f968d.tar.xz
Bug 1154098: Unable to add mentors to bugs
Diffstat (limited to 'extensions/BugModal')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
index e2a998cc7..61ba58546 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -450,6 +450,7 @@
[% WRAPPER bug_modal/field.html.tmpl
field = bug_fields.bug_mentor
field_type = constants.FIELD_TYPE_USERS
+ name = "bug_mentors"
label = "Mentors"
value = bug.mentors.pluck("login")
hide_on_view = bug.mentors.size == 0