diff options
author | lpsolit%gmail.com <> | 2006-08-04 06:52:28 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-04 06:52:28 +0200 |
commit | 4883aac15d2f621818f18d6b07dc98175eb12695 (patch) | |
tree | e8043fa900a4539aa95e3fe324723bc0b00aa0c2 | |
parent | 173b7b420272057e0c55985532255b9d0bca5b85 (diff) | |
download | bugzilla-4883aac15d2f621818f18d6b07dc98175eb12695.tar.gz bugzilla-4883aac15d2f621818f18d6b07dc98175eb12695.tar.xz |
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
-rwxr-xr-x | post_bug.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index 6fb054c9f..be061b2f1 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -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 |