Closed
Bug 296180
Opened 20 years ago
Closed 20 years ago
Table and CSV reports should use localised terms for statuses and resolutions
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: emmanuel, Assigned: emmanuel)
References
Details
Attachments
(1 file)
|
2.39 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
The resolution to bug #215148 introduced localised terms for statuses and resolutions. The reports templates should be changed to use those rather than the in-DB values.
| Assignee | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Comment on attachment 184995 [details] [diff] [review] Use localised statuses and resolutions if statuses or resolutions are used I can't help thinking that we're replicating the same conditionals so often that there has got to be a better way. But I can't think of what it would be.
Attachment #184995 -
Flags: review?(myk) → review+
| Assignee | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > > I can't help thinking that we're replicating the same conditionals so often > that there has got to be a better way. But I can't think of what it would be. FWIW, I think we've done the better part of it. If I'm not mistaken, all that's left is - Bar and Line graphs (conditionals but not the same as the others) - Email (requires that we fix #297186 first)
Flags: approval?
Comment 4•20 years ago
|
||
Approved for check-in during 2.20 freeze.
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 2.20
Comment 5•20 years ago
|
||
Checking in template/en/default/reports/report-table.csv.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/reports/report-table.csv.tmpl,v <-- report-table.csv.tmpl new revision: 1.6; previous revision: 1.5 done Checking in template/en/default/reports/report-table.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/reports/report-table.html.tmpl,v <-- report-table.html.tmpl new revision: 1.11; previous revision: 1.10 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•