summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-04-19 11:14:36 +0200
committerendico%mozilla.org <>2000-04-19 11:14:36 +0200
commit8286387d6ea6cc755aa47459a609f60d75d59628 (patch)
treee6875367151fdffdeab687070ee6e7e8fc81ac9c /post_bug.cgi
parent04e9a1ce86f50d71029cad6faee633d76bf466d8 (diff)
downloadbugzilla-8286387d6ea6cc755aa47459a609f60d75d59628.tar.gz
bugzilla-8286387d6ea6cc755aa47459a609f60d75d59628.tar.xz
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.
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi6
1 files changed, 6 insertions, 0 deletions
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'};