From 6116f2f7cf32f40c1f943cef3f523ed5955f968d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 14 Apr 2015 12:36:32 +0800 Subject: Bug 1154098: Unable to add mentors to bugs --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/BugModal/template') 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 -- cgit v1.2.3-24-g4f1b