]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1283012 - the 'status' and 'assignee' labels disappear when taking a bug in view...
authorDavid Lawrence <dkl@mozilla.com>
Thu, 2 Mar 2017 16:26:23 +0000 (16:26 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 2 Mar 2017 16:26:23 +0000 (16:26 +0000)
extensions/BugModal/template/en/default/bug_modal/field.html.tmpl

index 58fc4c30f45f1acdb4e700817bac74332a96cdd7..e843273077d5211d43cfc099a2abc7b56b70f6c6 100644 (file)
@@ -102,9 +102,7 @@ END;
   [% IF hide_on_view %] style="display:none"[% END %]
 >
   [% IF label.defined && !no_label %]
-    <div class="name
-                [%~ " edit-show" IF hide_on_view %]"
-         [% IF hide_on_view %] style="display:none"[% END %]>
+    <div class="name">
       [%~ IF help.defined %]
         <a href="[% help FILTER none %]" id="[% name FILTER html %]-help-link" class="help">
         [% aria_labelledby_id = "${name}-help-link" %]