summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-08-09 11:16:51 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-08-09 11:16:51 +0200
commitd9649eb8ec971f9abcf8298555804f2a491fb930 (patch)
tree8cd9cfdcda3fe47d07c4ceaa8f68af9cd6b65632 /template/en/default/pages
parent27a7d352a3cd9fddb7146ddd8f2a137994210250 (diff)
downloadbugzilla-d9649eb8ec971f9abcf8298555804f2a491fb930.tar.gz
bugzilla-d9649eb8ec971f9abcf8298555804f2a491fb930.tar.xz
Bug 861582: Missing description in the "Bug Fields" page for "Importance"
r=sgreen a=justdave
Diffstat (limited to 'template/en/default/pages')
-rw-r--r--template/en/default/pages/fields.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index 7412829d9..48b09aee0 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -181,6 +181,11 @@
field => field } %]
[% END %]
+[%# This field is not a real one, but its label is visible in bugs. %]
+
+[% field_help_map.Importance = { help => help_html.importance,
+ field => "importance" } %]
+
[%# These are fields that don't need to be documented, either because
# they have docs somewhere else in the UI, or they don't show up on bugs.
# %]