]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 861582: Missing description in the "Bug Fields" page for "Importance"
authorFrédéric Buclin <LpSolit@gmail.com>
Fri, 9 Aug 2013 09:16:51 +0000 (11:16 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 9 Aug 2013 09:16:51 +0000 (11:16 +0200)
r=sgreen a=justdave

template/en/default/bug/field-help.none.tmpl
template/en/default/pages/fields.html.tmpl

index 238f01db09f2d531ff79e2533dedbc83fdb52a50..c07ee579253cef2c18298cf4221affb7f03f88ee 100644 (file)
@@ -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.",
index 7412829d931d00d5040fa61da99f0f5e25e5a19e..48b09aee0ca685f96c5e5f56f799369dea5c2132 100644 (file)
                                     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. 
   # %]