Commit 048314a6 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 861519: The keyword field in the "Enter Bug" page no longer lists available keywords

r=glob a=LpSolit
parent b8979094
...@@ -600,8 +600,8 @@ TUI_hide_default('attachment_text_field'); ...@@ -600,8 +600,8 @@ TUI_hide_default('attachment_text_field');
<tr> <tr>
[% INCLUDE bug/field.html.tmpl [% INCLUDE bug/field.html.tmpl
bug = default, field = bug_fields.keywords, editable = 1, bug = default, field = bug_fields.keywords, editable = 1,
value = keywords, desc_url = "describekeywords.cgi", value = keywords, possible_values = all_keywords,
value_span = 2 desc_url = "describekeywords.cgi", value_span = 2
%] %]
</tr> </tr>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment