Commit 4ac47260 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by…

Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
parent a7749282
......@@ -177,12 +177,6 @@ sub process_bug {
$fields{'knob'} = 'duplicate';
}
# Make sure we don't get prompted if we have to change the default
# groups.
if ($fields{'product'}) {
$fields{'addtonewgroup'} = 0;
}
# Make it possible to remove CCs.
if ($fields{'removecc'}) {
$fields{'cc'} = [split(',', $fields{'removecc'})];
......
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