]> 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:43:40 +0000 (13:43 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 28 Apr 2013 11:43:40 +0000 (13:43 +0200)
r=glob a=LpSolit

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

index 382e704b76ecc9c632c97ad08c3bca38431c6b6f..a2109c956fcdc890496e250f0b62e61b97d624c6 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 %]