]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 861519: The keyword field in the "Enter Bug" page no longer lists available keywords
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 28 Apr 2013 11:46:17 +0000 (13:46 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 28 Apr 2013 11:46:17 +0000 (13:46 +0200)
r=glob a=LpSolit

template/en/default/bug/create/create.html.tmpl

index f16ef0f0bb78d05e05497b2beb197a220e67be2f..f2a49ab97709813de8607cccb280dd7e007df180 100644 (file)
@@ -600,8 +600,8 @@ TUI_hide_default('attachment_text_field');
       <tr>
         [% 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
         %]
       </tr>
     [% END %]