Closed
Bug 786889
Opened 12 years ago
Closed 12 years ago
'Summary (first 60 chars)' header is missing in CSV output
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: mtyson, Assigned: mtyson)
Details
Attachments
(1 file)
605 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.81 Safari/537.1
Steps to reproduce:
When generating CSV output using the 'Summary (first 60 characters)' column header, the column heading was empty.
Attached is a patch that resolves the issue.
Actual results:
The column header for the summary column was blank
"Bug ID","Product","Component","Assignee","Status","Resolution",,"Changed"
Expected results:
The column header should have contained the heading 'Summary'
EG:
"Bug ID","Product","Component","Assignee","Status","Resolution","Summary","Changed"
Assignee | ||
Updated•12 years ago
|
Attachment #656687 -
Flags: review?(glob)
Comment on attachment 656687 [details] [diff] [review]
summary.patch
r=glob
Attachment #656687 -
Flags: review?(glob) → review+
Assignee: general → mtyson
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Updated•12 years ago
|
Component: Bugzilla-General → Query/Bug List
Flags: approval?
Flags: approval4.2+
Flags: approval+
Target Milestone: --- → Bugzilla 4.2
![]() |
||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Flags: approval4.4+
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bugzilla/4.2/
modified template/en/default/global/field-descs.none.tmpl
Committed revision 8135.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bugzilla/4.4/
modified template/en/default/global/field-descs.none.tmpl
Committed revision 8377.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/global/field-descs.none.tmpl
Committed revision 8379.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•