Commit ffa70a47 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 355744: Bugs are not added to mandatory groups on bug creation - Patch by…

Bug 355744: Bugs are not added to mandatory groups on bug creation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
parent 06986da3
......@@ -637,7 +637,7 @@ sub _check_groups {
}
foreach my $id (keys %$controls) {
next unless $controls->{$id}->{isactive};
next unless $controls->{$id}->{'group'}->is_active;
my $membercontrol = $controls->{$id}->{membercontrol} || 0;
my $othercontrol = $controls->{$id}->{othercontrol} || 0;
......
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