]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1278592 - "status" label disappears when changing the resolution in view mode
authorDavid Lawrence <dkl@mozilla.com>
Thu, 9 Jun 2016 15:07:55 +0000 (15:07 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 9 Jun 2016 15:07:55 +0000 (15:07 +0000)
extensions/BugModal/web/bug_modal.js

index ed1c301b4e8c8860f3d8d619e666ec84af1d5c57..6e36c994d81f19962af856c15f170fbdd77d1d38 100644 (file)
@@ -864,6 +864,7 @@ $(function() {
             event.preventDefault();
             $('#field-status-view').hide();
             $('#field-status-edit').show();
+            $('#field-status-edit .name').show();
             $('#bug_status').val('RESOLVED').change();
             $('#resolution').val($(event.target).text()).change();
             $('#top-save-btn').show();