Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.BETA1
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
-
Environment:-
Description
When exporting a nested expandable table, a blank header is inserted into the generated CSV file. Screenshot and test case attached.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31617 | Fri Oct 19 14:53:24 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32158 | Wed Nov 14 16:36:17 MST 2012 | ted.goddard | use low-level string manipulation and stored ancestor list to optimize findAndNotifyUpdatedElements ( |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Tyler Johnson [ tyler.johnson ] |
Summary | header shifts after dataExport with nested tables | Blank header inserted when exporting nested tables (was: header shifts after dataExport with nested tables) |
Assignee | Nils Lundquist [ nils.lundquist ] |
Fix Version/s | 3.2 [ 10338 ] | |
Assignee Priority | P1 [ 10010 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 [ 10010 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Attachment | sf-11698.csv [ 15011 ] |
Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
The offending code looks to be at Exporter.getRowColumnsToExport() which adds a blank column: columns.add(new UIColumn());