diff options
author | kiko%async.com.br <> | 2003-10-07 14:02:15 +0000 |
---|---|---|
committer | kiko%async.com.br <> | 2003-10-07 14:02:15 +0000 |
commit | 7976d7b56f91bd291bbc086b9bc48cd593592040 (patch) | |
tree | 01ccf5e56c41772fd33638e2020d6d6498b0fc60 /post_bug.cgi | |
parent | f5272417b7109056f9516082a13f3780b4740a9d (diff) | |
download | bugs-7976d7b56f91bd291bbc086b9bc48cd593592040.tar bugs-7976d7b56f91bd291bbc086b9bc48cd593592040.tar.gz bugs-7976d7b56f91bd291bbc086b9bc48cd593592040.tar.bz2 bugs-7976d7b56f91bd291bbc086b9bc48cd593592040.tar.xz bugs-7976d7b56f91bd291bbc086b9bc48cd593592040.zip |
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-x | post_bug.cgi | 2 |
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 " . |