Skip to content

Commit

Permalink
Bug 1278592 - "status" label disappears when changing the resolution …
Browse files Browse the repository at this point in the history
…in view mode
  • Loading branch information
dklawren committed Jun 9, 2016
1 parent 8102e81 commit d2507d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/BugModal/web/bug_modal.js
Expand Up @@ -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();
Expand Down

0 comments on commit d2507d1

Please sign in to comment.