Closed
Bug 181221
Opened 23 years ago
Closed 23 years ago
CSV reports on 2-d tables have header messed up
Categories
(Bugzilla :: Reporting/Charting, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bugreport, Assigned: gerv)
Details
Attachments
(1 file)
|
1008 bytes,
patch
|
bugreport
:
review+
|
Details | Diff | Splinter Review |
If I plot component versus reporter and generate a CSV, the first item in the
header is ...
"Component" / "Reporter"
when it should be
"Componenet / Reporter"
This messes up excel, at least.
| Assignee | ||
Updated•23 years ago
|
Severity: minor → major
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Comment 1•23 years ago
|
||
We need to FILTER csv the entire title, not the parts of it.
Gerv
| Assignee | ||
Comment 2•23 years ago
|
||
Comment on attachment 107456 [details] [diff] [review]
Patch v.1
Joel: could you rubber-stamp this?
Gerv
Attachment #107456 -
Flags: review?(bugreport)
| Reporter | ||
Comment 3•23 years ago
|
||
Comment on attachment 107456 [details] [diff] [review]
Patch v.1
Fix the indentation in the BLOCK and r=joel
Attachment #107456 -
Flags: review?(bugreport) → review+
| Assignee | ||
Updated•23 years ago
|
Flags: approval?
Updated•23 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 4•23 years ago
|
||
Fixed.
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.3; previous revision: 1.2
done
Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•