Closed (fixed)
Project:
Webform
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2007 at 11:31 UTC
Updated:
1 Nov 2007 at 11:41 UTC
Similar to #181967.
When viewing the CSV results for multiple-select fields, the column headers are not separated correctly.
Currently:
+------------+------------+
| Field 1 + Field 2 |
+------------+------------+------------+------------+------------+------------+
| F1 Value 1 + F1 Value 2 | F1 Value 3 | F2 Value 1 + F2 Value 2 | F2 Value 3 |
+------------+------------+------------+------------+------------+------------+
| Yes | | Yes | | Yes | |
+------------+------------+------------+------------+------------+------------+
Expected result:
+------------+------------+------------+------------+------------+------------+
| Field 1 + | | Field 2 | | |
+------------+------------+------------+------------+------------+------------+
| F1 Value 1 + F1 Value 2 | F1 Value 3 | F2 Value 1 + F2 Value 2 | F2 Value 3 |
+------------+------------+------------+------------+------------+------------+
| Yes | | Yes | | Yes | |
+------------+------------+------------+------------+------------+------------+
Apply the attached patch from the webform/components directory.
The patch was created by a colleague.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_components_select_csv_header.patch | 613 bytes | Rowanw |
Comments
Comment #1
quicksketchCommitted. Thanks!
Comment #2
(not verified) commented