diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-04-08 22:03:09 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-04-08 22:03:09 +0200 |
commit | 72780239f1572950635e058caa4c28068034045f (patch) | |
tree | ee70cdd5d7f93a43d4aa638b6fb2d4b5ab42b003 /process_bug.cgi | |
parent | bae339624bf43994d7cf3b543752c8ae0058d6b9 (diff) | |
download | bugzilla-72780239f1572950635e058caa4c28068034045f.tar.gz bugzilla-72780239f1572950635e058caa4c28068034045f.tar.xz |
Bug 148564 - Ability to ignore specific bugs (not get email from them, even as the reporter)
r=glob,r/a=LpSolit
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index cf2f31b6f..21113c2e9 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -212,9 +212,9 @@ my @set_fields = qw(op_sys rep_platform priority bug_severity bug_file_loc status_whiteboard short_desc deadline remaining_time estimated_time work_time set_default_assignee set_default_qa_contact - cclist_accessible reporter_accessible + cclist_accessible reporter_accessible product confirm_product_change - bug_status resolution dup_id); + bug_status resolution dup_id bug_ignored); push(@set_fields, 'assigned_to') if !$cgi->param('set_default_assignee'); push(@set_fields, 'qa_contact') if !$cgi->param('set_default_qa_contact'); my %field_translation = ( |