Mageia Bugzilla – Attachment 7530 Details for
Bug 17922
The keywords list in bug reports is always empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch, v1
file_17922.txt (text/plain), 542 bytes, created by
Frédéric "LpSolit" Buclin
on 2016-03-09 12:51:13 CET
(
hide
)
Description:
patch, v1
Filename:
MIME Type:
Creator:
Frédéric "LpSolit" Buclin
Created:
2016-03-09 12:51:13 CET
Size:
542 bytes
patch
obsolete
>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>
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>
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17922
: 7530