Commit 4883aac1 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 345929: User matching not called for requestee fields in post_bug.cgi -…

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
parent 173b7b42
......@@ -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
......
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