]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1575885 - Triage Owner field cannot be found in reorganized bug UI
authorKohei Yoshino <kohei.yoshino@gmail.com>
Wed, 28 Aug 2019 21:41:02 +0000 (17:41 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2019 21:41:02 +0000 (17:41 -0400)
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

index 611eb7ea6b7e1d035770ec3e01f99e162a86b7c3..d144e0eb87ee2edfff807c47c7b1a33241d38b85 100644 (file)
         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"
     %]