summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/edit.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-06 00:15:12 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-06 00:15:12 +0200
commit97fc35368cde9f7d5bd98c91ef4fa9d29786bc34 (patch)
tree747c6b89b135860dcc7ffb24ca54b4d67d862ccd /template/en/default/admin/custom_fields/edit.html.tmpl
parentbcab6fcb10aa88683490bef03c607173f9c0b063 (diff)
downloadbugzilla-97fc35368cde9f7d5bd98c91ef4fa9d29786bc34.tar.gz
bugzilla-97fc35368cde9f7d5bd98c91ef4fa9d29786bc34.tar.xz
Bug 564433: Localized values are not displayed in the "Field only appears when" field when editing custom fields
r/a=mkanat
Diffstat (limited to 'template/en/default/admin/custom_fields/edit.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/edit.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl
index 4c1bbbeb0..755c3642c 100644
--- a/template/en/default/admin/custom_fields/edit.html.tmpl
+++ b/template/en/default/admin/custom_fields/edit.html.tmpl
@@ -125,9 +125,9 @@
[% ' selected="selected"'
IF field.visibility_value.id == value.id %]>
[% IF field.visibility_field.name == 'component' %]
- [% value.product.name FILTER html %]:
+ [% display_value('product', value.product.name) FILTER html %]:
[% END %]
- [%+ value.name FILTER html %]
+ [%+ display_value(field.visibility_field.name, value.name) FILTER html %]
</option>
[% END %]
</select>