From b8216dd28e655da769df2279c0567e10ee658566 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 25 Apr 2003 04:50:33 +0000 Subject: Bug 193965: On product change, user can accidentally opt-out of required group restriction Patch by Joel Peshkin r= bbaetz, justdave a= justdave --- process_bug.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 53e8f77d6..09b45cf92 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1511,7 +1511,8 @@ foreach my $id (@idlist) { && ($oldcontrol == CONTROLMAPDEFAULT)) { # Bug was in a default group. $buginanydefault = 1; - if ($newcontrol != CONTROLMAPDEFAULT) { + if (($newcontrol != CONTROLMAPDEFAULT) + && ($newcontrol != CONTROLMAPMANDATORY)) { # Bug was in a default group that no longer is. $buginanychangingdefault = 1; push (@defaultstoremove, $groupid); -- cgit v1.2.3-24-g4f1b