Commit c46a6d34 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXED

r=pyrzak, a=mkanat
parent 8ab81b0e
......@@ -337,8 +337,9 @@ function setResolutionToDuplicate(e, duplicate_or_move_bug_status) {
var resolution = document.getElementById('resolution');
YAHOO.util.Dom.addClass('dup_id_discoverable', 'bz_default_hidden');
status.value = duplicate_or_move_bug_status;
bz_fireEvent(status, 'change');
resolution.value = "DUPLICATE";
showHideStatusItems("", ["",""]);
bz_fireEvent(resolution, 'change');
YAHOO.util.Event.preventDefault(e);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment