diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-14 06:36:32 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-14 06:36:32 +0200 |
commit | 6116f2f7cf32f40c1f943cef3f523ed5955f968d (patch) | |
tree | 60d00a1ead1fa7f99e61030dba51d25cb3c892fa | |
parent | d0a14d8b266ca9e87e922d19427e1d252cd86cd4 (diff) | |
download | bugzilla-6116f2f7cf32f40c1f943cef3f523ed5955f968d.tar.gz bugzilla-6116f2f7cf32f40c1f943cef3f523ed5955f968d.tar.xz |
Bug 1154098: Unable to add mentors to bugs
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 1 |
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 |