diff options
-rwxr-xr-x | post_bug.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index 6fb054c9f..be061b2f1 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -100,6 +100,7 @@ if ($token) { 'cc' => { 'type' => 'multi' }, 'assigned_to' => { 'type' => 'single' }, 'qa_contact' => { 'type' => 'single' }, + '^requestee_type-(\d+)$' => { 'type' => 'multi' }, }); # The format of the initial comment can be structured by adding fields to the |