From: Kohei Yoshino Date: Wed, 28 Aug 2019 21:41:02 +0000 (-0400) Subject: Bug 1575885 - Triage Owner field cannot be found in reorganized bug UI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8476e3708440bf12056fbea4800e2159144c2ad;p=thirdparty%2Fbugzilla.git Bug 1575885 - Triage Owner field cannot be found in reorganized bug UI --- 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 611eb7ea6..d144e0eb8 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -813,7 +813,7 @@ field_type = constants.FIELD_TYPE_USER value = bug.component_obj.triage_owner view_only = 1 - hide_on_view = bug.triage_owner == "" + hide_on_view = bug.component_obj.triage_owner.login == "" hide_on_edit = 1 help = "https://wiki.mozilla.org/BMO/UserGuide/BugFields#triage_owner" %]