summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-06-09 17:07:55 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-06-09 17:07:55 +0200
commitd2507d158fbc961a2ccabdcd384edf18adff7032 (patch)
treed58741a2aeae8305860d627dc561fcfb5fe8a9e9 /extensions
parent8102e8127abd2bc11c12defbdf1fb8d744f3517d (diff)
downloadbugzilla-d2507d158fbc961a2ccabdcd384edf18adff7032.tar.gz
bugzilla-d2507d158fbc961a2ccabdcd384edf18adff7032.tar.xz
Bug 1278592 - "status" label disappears when changing the resolution in view mode
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/web/bug_modal.js1
1 files changed, 1 insertions, 0 deletions
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();