From 8286387d6ea6cc755aa47459a609f60d75d59628 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" <> Date: Wed, 19 Apr 2000 09:14:36 +0000 Subject: backing out because this has broken bugzilla.mozilla.org. the choice is no longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates. --- post_bug.cgi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 5695e5f0c..236213559 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -121,6 +121,12 @@ if (Param("useqacontact")) { } } +# If we're using bug groups, we need to include the groupset in the list of +# fields. -JMR, 2/18/00 +if(Param("usebuggroups")) { + push(@bug_fields, "groupset"); +} + if (exists $::FORM{'bug_status'}) { if (!UserInGroup("canedit") && !UserInGroup("canconfirm")) { delete $::FORM{'bug_status'}; -- cgit v1.2.3-24-g4f1b