diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-01 22:11:53 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 22:11:53 +0100 |
commit | db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1 (patch) | |
tree | 860c86dcc050fdafc251468b645cf7a4d3a0325a /post_bug.cgi | |
parent | 2502c9ffb6687ab821ba09096f3f69ca17ebb42f (diff) | |
download | bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.gz bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.xz |
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' }, |