]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 220183: post_bug.cgi could allow setting the
authorkiko%async.com.br <>
Tue, 7 Oct 2003 14:02:15 +0000 (14:02 +0000)
committerkiko%async.com.br <>
Tue, 7 Oct 2003 14:02:15 +0000 (14:02 +0000)
status_whiteboard attribute. Added "status_whiteboard" to parsed
attribute list. r=gerv, a=justdave

post_bug.cgi

index 9a1ea747f4cc882690722429006945cb296f51ac..315ff3a995a2d3be3edf543fa26661db27351906 100755 (executable)
@@ -137,7 +137,7 @@ if ($::FORM{'assigned_to'} eq "") {
 my @bug_fields = ("version", "rep_platform",
                   "bug_severity", "priority", "op_sys", "assigned_to",
                   "bug_status", "bug_file_loc", "short_desc",
-                  "target_milestone");
+                  "target_milestone", "status_whiteboard");
 
 if (Param("useqacontact")) {
     SendSQL("SELECT initialqacontact FROM components " .