]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon...
authorjocuri%softhome.net <>
Tue, 28 Oct 2003 14:37:40 +0000 (14:37 +0000)
committerjocuri%softhome.net <>
Tue, 28 Oct 2003 14:37:40 +0000 (14:37 +0000)
process_bug.cgi

index e9b665c3a7d03da795a3313e33c42c42a9dbcad7..ffad17b7076d2c25feb8a6c7e36874548cad5000 100755 (executable)
@@ -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' },
 });