From: Frédéric Buclin Date: Sun, 28 Apr 2013 11:43:40 +0000 (+0200) Subject: Bug 861519: The keyword field in the "Enter Bug" page no longer lists available keywords X-Git-Tag: bugzilla-4.5.1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048314a6acf49ce03c39c96d851a78633b554d94;p=thirdparty%2Fbugzilla.git Bug 861519: The keyword field in the "Enter Bug" page no longer lists available keywords r=glob a=LpSolit --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 382e704b76..a2109c956f 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -600,8 +600,8 @@ TUI_hide_default('attachment_text_field'); [% INCLUDE bug/field.html.tmpl bug = default, field = bug_fields.keywords, editable = 1, - value = keywords, desc_url = "describekeywords.cgi", - value_span = 2 + value = keywords, possible_values = all_keywords, + desc_url = "describekeywords.cgi", value_span = 2 %] [% END %]