Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
d9649eb8
Commit
d9649eb8
authored
Aug 09, 2013
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 861582: Missing description in the "Bug Fields" page for "Importance"
r=sgreen a=justdave
parent
27a7d352
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
field-help.none.tmpl
template/en/default/bug/field-help.none.tmpl
+4
-0
fields.html.tmpl
template/en/default/pages/fields.html.tmpl
+5
-0
No files found.
template/en/default/bug/field-help.none.tmpl
View file @
d9649eb8
...
...
@@ -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.",
...
...
template/en/default/pages/fields.html.tmpl
View file @
d9649eb8
...
...
@@ -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.
# %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment