diff options
author | Sebastin Santy <sebastinssanty@gmail.com> | 2017-07-18 18:05:42 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-18 18:05:42 +0200 |
commit | d6c10b6532b45b6f59ec3777fb49d7184db68384 (patch) | |
tree | 0f2bb5e02cfbf31affa59860b967bfe09a5fa511 /template/en/default/bug | |
parent | e584382118470d374df647336f6ad45311909b34 (diff) | |
download | bugzilla-d6c10b6532b45b6f59ec3777fb49d7184db68384.tar.gz bugzilla-d6c10b6532b45b6f59ec3777fb49d7184db68384.tar.xz |
Bug 1381749 - Add keywords to new-bug
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/new_bug.html.tmpl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/en/default/bug/new_bug.html.tmpl b/template/en/default/bug/new_bug.html.tmpl index 274064be3..5228ceb2d 100644 --- a/template/en/default/bug/new_bug.html.tmpl +++ b/template/en/default/bug/new_bug.html.tmpl @@ -155,7 +155,14 @@ edit_only = 1 editable = 1 %] - + [%# keywords %] + [% INCLUDE bug_modal/field.html.tmpl + field = bug_fields.keywords + field_type = constants.FIELD_TYPE_MULTI_SELECT + edit_only = 1 + editable = 1 + help = "describekeywords.cgi" + %] [% END %] [% END %] |