]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1345750 - "Depends on" and "Blocks" bug lists should still show list of bug links...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 23 Apr 2019 21:44:51 +0000 (17:44 -0400)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2019 21:44:51 +0000 (17:44 -0400)
extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
extensions/BugModal/web/bug_modal.css

index 2fc6476e0896f70b046cc6a8ae874e6a00715329..6353b4a761d74086c9ae6790497370a356732a96 100644 (file)
@@ -98,6 +98,7 @@ END;
             [%~ " indent" IF no_label && !no_indent %]
             [%~ " inline" IF inline %]
             [%~ " contains-buttons" IF use_buttons ~%]
+            [%~ " bug-list" IF field_type == constants.FIELD_TYPE_BUG_LIST ~%]
             [%~ " edit-hide" IF hide_on_edit %]
             [%~ " edit-show" IF hide_on_view && !hide_on_edit %]"
   [% IF name %] id="field-[% name FILTER html %]"[% END %]
index 5cf514065308822d2e08e7c0763757fc73e1073a..28e1013e9aac77b841c1b5250de1d230cae0067c 100644 (file)
@@ -229,6 +229,12 @@ a.activity-ref {
     vertical-align: middle;
 }
 
+/* Show dependencies and regressions while editing */
+.module .field.bug-list .value[style="display: none;"],
+.module .field.bug-list .value[style="display: none;"] + .value.edit {
+    display: block !important;
+}
+
 .field-button {
     float: right;
     margin-left: 8px;