summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2016-09-26 08:02:03 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2016-09-26 08:02:03 +0200
commit92e396b074ddb932e508879961ef9f9fec710e4f (patch)
tree01e1684b993a7719acdca2d5b380d7f58ee17136
parent5a60f9f2f5f070ac7d0f37ed79a3cdb7bc7b91f6 (diff)
downloadbugzilla-92e396b074ddb932e508879961ef9f9fec710e4f.tar
bugzilla-92e396b074ddb932e508879961ef9f9fec710e4f.tar.gz
bugzilla-92e396b074ddb932e508879961ef9f9fec710e4f.tar.bz2
bugzilla-92e396b074ddb932e508879961ef9f9fec710e4f.tar.xz
bugzilla-92e396b074ddb932e508879961ef9f9fec710e4f.zip
Fix bugzilla template to show new keyword list ( mga#17922 )HEADmaster
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 2d8d3f8..73d018c 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -619,7 +619,7 @@
[% INCLUDE bug/field.html.tmpl
bug = bug, field = bug_fields.keywords, value = bug.keywords
editable = bug.check_can_change_field("keywords", 0, 1),
- no_tds = 1
+ no_tds = 1, possible_values = all_keywords
%]
</td>
</tr>