The name of the fields are not displayed.
If fields are added after submissions have been done, the old submissions get mixed up amoung the new fields (not in database, only in the table displayed!) because those old subm don't have the new fields in the database.

So I updated the code to 4.7 api.
I also corrected the table rendering.

CommentFileSizeAuthor
webform_report.inc10.34 KBscor

Comments

quicksketch’s picture

Status: Active » Fixed

Thanks again for the update scor. I committed these changes to CVS. It's becoming ever more obvious that more functions are needed in the component files (like captcha, textfield, textarea, etc). The seperation was quite recent, so it looks like a little bit of component-specific code is still lingering in the core webform files. This patch is an excellent interm-solution, but I expect that we'll switch to a method that allows modules to individually define how their output is displayed.

Anonymous’s picture

Status: Fixed » Closed (fixed)