From 4883aac15d2f621818f18d6b07dc98175eb12695 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Aug 2006 04:52:28 +0000 Subject: Bug 345929: User matching not called for requestee fields in post_bug.cgi - Patch by Frédéric Buclin r/a=myk 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.3-24-g4f1b