Commit 7976d7b5 authored by kiko%async.com.br's avatar kiko%async.com.br

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
parent f5272417
......@@ -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 " .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment