summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authorkiko%async.com.br <>2003-10-07 16:02:15 +0200
committerkiko%async.com.br <>2003-10-07 16:02:15 +0200
commit7976d7b56f91bd291bbc086b9bc48cd593592040 (patch)
tree01ccf5e56c41772fd33638e2020d6d6498b0fc60 /post_bug.cgi
parentf5272417b7109056f9516082a13f3780b4740a9d (diff)
downloadbugzilla-7976d7b56f91bd291bbc086b9bc48cd593592040.tar.gz
bugzilla-7976d7b56f91bd291bbc086b9bc48cd593592040.tar.xz
Fix for bug 220183: post_bug.cgi could allow setting the
status_whiteboard attribute. Added "status_whiteboard" to parsed attribute list. r=gerv, a=justdave
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 9a1ea747f..315ff3a99 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -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 " .