From: Frédéric Buclin Date: Fri, 9 Aug 2013 09:16:51 +0000 (+0200) Subject: Bug 861582: Missing description in the "Bug Fields" page for "Importance" X-Git-Tag: bugzilla-4.5.1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9649eb8ec971f9abcf8298555804f2a491fb930;p=thirdparty%2Fbugzilla.git Bug 861582: Missing description in the "Bug Fields" page for "Importance" r=sgreen a=justdave --- diff --git a/template/en/default/bug/field-help.none.tmpl b/template/en/default/bug/field-help.none.tmpl index 238f01db09..c07ee57925 100644 --- a/template/en/default/bug/field-help.none.tmpl +++ b/template/en/default/bug/field-help.none.tmpl @@ -76,6 +76,10 @@ estimated_time => "The amount of time that has been estimated it will take to resolve this ${terms.bug}.", +importance => + "The importance of $terms.abug is described as the combination of + its $vars.field_descs.priority and ${vars.field_descs.bug_severity}.", + keywords => "You can add keywords from a defined list to $terms.bugs, in order" _ " to easily identify and group them.", diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 7412829d93..48b09aee0c 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. # %]