From 4883aac15d2f621818f18d6b07dc98175eb12695 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Aug 2006 04:52:28 +0000 Subject: [PATCH] =?utf8?q?Bug=20345929:=20User=20matching=20not=20called?= =?utf8?q?=20for=20requestee=20fields=20in=20post=5Fbug.cgi=20-=20Patch=20?= =?utf8?q?by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r/a=3Dm?= =?utf8?q?yk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- post_bug.cgi | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2