Closed (fixed)
Project:
Webform Report
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Nov 2011 at 06:53 UTC
Updated:
20 Feb 2012 at 19:50 UTC
Jump to comment: Most recent file
It is good idea to alter the column headings while displaying the results.
Also, it may be good idea to display the image files rather than giving link to files.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | add-drupal_alter.patch | 487 bytes | noel.rivas |
| #2 | add-drupal_alter.patch | 343 bytes | noel.rivas |
| #1 | add-drupal_alter.patch | 336 bytes | noel.rivas |
Comments
Comment #1
noel.rivas commentedI added a drupal_alter call at the end of the function that builds the report data. This will allow other modules to modify both headers and rows in several ways. They'll just have to implement module_webform_report_data_alter(&$data).
Comment #2
noel.rivas commentedComment #3
jimbullington commentedI don't have a problem with this - but, can we just call the hook 'webform_report' - since it is the only one? And add a bit of doc...
Comment #4
noel.rivas commentedDoc added and type simplified.
Thanks ;)
Comment #5
jimbullington commentedThanks. Pushed to repo.
Comment #6
jimbullington commented