From: lpsolit%gmail.com <> Date: Fri, 4 Aug 2006 04:52:28 +0000 (+0000) Subject: Bug 345929: User matching not called for requestee fields in post_bug.cgi - Patch... X-Git-Tag: bugzilla-2.23.3~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4883aac15d2f621818f18d6b07dc98175eb12695;p=thirdparty%2Fbugzilla.git Bug 345929: User matching not called for requestee fields in post_bug.cgi - Patch by Frédéric Buclin r/a=myk --- diff --git a/post_bug.cgi b/post_bug.cgi index 6fb054c9f5..be061b2f14 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