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:12 UTC
Updated:
1 Nov 2007 at 11:31 UTC
If you view the CSV results of a webform that has file attachments, the headers for the file columns (e.g. Filename, Filesize) do not push the subsequent column headings across. Here's an example:
Currently:
+------------+-----------------+
| Field name + Next field name |
+------------+-----------------+-------+
| Name + Filesize (KB) | Value |
+------------+-----------------+-------+
Expected result:
+------------+---------------+-----------------+
| Field name + | Next field name |
+------------+---------------+-----------------+
| Name + Filesize (KB) | Value |
+------------+---------------+-----------------+
Apply the attached patch from the webform/components directory.
The patch was created by a colleague.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_components_file_csv.patch | 600 bytes | Rowanw |
Comments
Comment #1
quicksketchNice catch. Next time when creating a patch please use the unified format. See http://drupal.org/patch/create for a great explanation of how to make patches for Drupal projects. Applied and will be in the next release. Thanks!
Comment #2
(not verified) commented