When I create a report from a webform where people are able to upload a file, the file isn't shown in the report. Instead the serialized data from the database is shown. This makes the report unusable. When using the table feature from webform, filefields are shown with a clickable name to download and view the file. But webform doesn't allow me to select which fields I would like to show.
Thanks for resolving the issue !
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 752798.patch | 1.76 KB | jimbullington |
Comments
Comment #1
jimbullington commentedSee if the attached patch works for you. It should create a link for file type components while leaving the others as is.
Comment #2
jimbullington commentedCommitted patch. Also backported patch to 5.x version.
Comment #3
phoenix commentedThanks, I applied the patch and it works !