Bug 861582: Missing description in the "Bug Fields" page for "Importance"
r=sgreen a=justdave git-svn-id: svn://10.0.0.236/trunk@264965 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
008ced32b6
commit
b2bc839e8c
@ -1 +1 @@
|
|||||||
8696
|
8697
|
||||||
@ -76,6 +76,10 @@ estimated_time =>
|
|||||||
"The amount of time that has been estimated it will take to resolve
|
"The amount of time that has been estimated it will take to resolve
|
||||||
this ${terms.bug}.",
|
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 =>
|
keywords =>
|
||||||
"You can add keywords from a defined list to $terms.bugs, in order"
|
"You can add keywords from a defined list to $terms.bugs, in order"
|
||||||
_ " to easily identify and group them.",
|
_ " to easily identify and group them.",
|
||||||
|
|||||||
@ -181,6 +181,11 @@
|
|||||||
field => field } %]
|
field => field } %]
|
||||||
[% END %]
|
[% 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
|
[%# 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.
|
# they have docs somewhere else in the UI, or they don't show up on bugs.
|
||||||
# %]
|
# %]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user