Bug 345929: User matching not called for requestee fields in post_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@206521 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c3319980a8
commit
9d8a3cfdfd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user