From 77c68c2b1b263007be02930b919cb1b12644c0eb Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 28 Oct 2003 14:37:40 +0000 Subject: Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon ; r=myk; a=myk. --- process_bug.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index e9b665c3a..ffad17b70 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -101,6 +101,7 @@ scalar(@idlist) || ThrowUserError("no_bugs_chosen"); &Bugzilla::User::match_field({ 'qa_contact' => { 'type' => 'single' }, 'newcc' => { 'type' => 'multi' }, + 'masscc' => { 'type' => 'multi' }, 'assigned_to' => { 'type' => 'single' }, '^requestee(_type)?-(\d+)$' => { 'type' => 'single' }, }); -- cgit v1.2.3-24-g4f1b