diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-01 13:11:53 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 13:11:53 -0800 |
commit | db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1 (patch) | |
tree | 860c86dcc050fdafc251468b645cf7a4d3a0325a /post_bug.cgi | |
parent | Bug 543342: Release Notes for Bugzilla 3.4.5 (diff) | |
download | bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.gz bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.bz2 bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.zip |
Bug 534057: Auto-completion no longer works in email_in.pl
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index 749acb492..e8f9acc01 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -85,7 +85,7 @@ if ($token) { } # do a match on the fields if applicable -Bugzilla::User::match_field ($cgi, { +Bugzilla::User::match_field ({ 'cc' => { 'type' => 'multi' }, 'assigned_to' => { 'type' => 'single' }, 'qa_contact' => { 'type' => 'single' }, |