Commit 77c68c2b authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by…

Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon <kniht@us.ibm.com>; r=myk; a=myk.
parent c4fe5e70
...@@ -101,6 +101,7 @@ scalar(@idlist) || ThrowUserError("no_bugs_chosen"); ...@@ -101,6 +101,7 @@ scalar(@idlist) || ThrowUserError("no_bugs_chosen");
&Bugzilla::User::match_field({ &Bugzilla::User::match_field({
'qa_contact' => { 'type' => 'single' }, 'qa_contact' => { 'type' => 'single' },
'newcc' => { 'type' => 'multi' }, 'newcc' => { 'type' => 'multi' },
'masscc' => { 'type' => 'multi' },
'assigned_to' => { 'type' => 'single' }, 'assigned_to' => { 'type' => 'single' },
'^requestee(_type)?-(\d+)$' => { 'type' => 'single' }, '^requestee(_type)?-(\d+)$' => { 'type' => 'single' },
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment