From: David Lawrence Date: Thu, 9 Jun 2016 15:07:55 +0000 (+0000) Subject: Bug 1278592 - "status" label disappears when changing the resolution in view mode X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2507d158fbc961a2ccabdcd384edf18adff7032;p=thirdparty%2Fbugzilla.git Bug 1278592 - "status" label disappears when changing the resolution in view mode --- diff --git a/extensions/BugModal/web/bug_modal.js b/extensions/BugModal/web/bug_modal.js index ed1c301b4..6e36c994d 100644 --- a/extensions/BugModal/web/bug_modal.js +++ b/extensions/BugModal/web/bug_modal.js @@ -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();