From: Kohei Yoshino Date: Wed, 28 Aug 2019 22:18:23 +0000 (-0400) Subject: Bug 1575881 - Bug open/updated/closed date, reporter and triage owner should be visib... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac829eb39bac02d9118670ba3f49357e68290645;p=thirdparty%2Fbugzilla.git Bug 1575881 - Bug open/updated/closed date, reporter and triage owner should be visible in Edit mode --- 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 d144e0eb8..7c38d3044 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -275,7 +275,7 @@ ([% bug.alias FILTER html %]) [% END %] - + Opened [% INCLUDE bug_modal/rel_time.html.tmpl ts=bug.creation_ts %] [% IF !bug.isopened %] Closed [% INCLUDE bug_modal/rel_time.html.tmpl ts=bug.cf_last_resolved %] @@ -803,7 +803,6 @@ field = bug_fields.reporter field_type = constants.FIELD_TYPE_USER view_only = 1 - hide_on_edit = 1 help = "https://wiki.mozilla.org/BMO/UserGuide/BugFields#reporter" %] @@ -814,7 +813,6 @@ value = bug.component_obj.triage_owner view_only = 1 hide_on_view = bug.component_obj.triage_owner.login == "" - hide_on_edit = 1 help = "https://wiki.mozilla.org/BMO/UserGuide/BugFields#triage_owner" %]