diff options
-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 " . |