From: jocuri%softhome.net <> Date: Tue, 28 Oct 2003 14:37:40 +0000 (+0000) Subject: Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon... X-Git-Tag: bugzilla-2.17.5~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c68c2b1b263007be02930b919cb1b12644c0eb;p=thirdparty%2Fbugzilla.git Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon ; r=myk; a=myk. --- diff --git a/process_bug.cgi b/process_bug.cgi index e9b665c3a7..ffad17b707 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' }, });