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