diff options
author | Byron Jones <bjones@mozilla.com> | 2014-02-24 14:51:03 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-02-24 14:51:03 +0100 |
commit | 0e67941defa509229a33b3b20d2ff2660f8728cb (patch) | |
tree | a99b5575bf488365f85a1dd8cec6d3a46e02c78b /template/en/default/pages | |
parent | 5f21df0ff58b98d322c9365dcc9d2a61ed804717 (diff) | |
download | bugzilla-0e67941defa509229a33b3b20d2ff2660f8728cb.tar.gz bugzilla-0e67941defa509229a33b3b20d2ff2660f8728cb.tar.xz |
Bug 975546: backport bug 861582 to bmo (Missing description in the "Bug Fields" page for "Importance")
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 5 |
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 568245653..6c63d851d 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -202,6 +202,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. # %] |