Closed (fixed)
Project:
Webform View Reference Component
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2011 at 16:55 UTC
Updated:
1 Feb 2013 at 15:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
onaircreation commentedSame here,
Webform 6.x-3.11
Webform View Reference Component 6.x-1.x-dev
Views 6.x-2.12
Comment #2
danny englanderAfter another look at this one, I believe the value is saved, for some reason it just does not show up in results at: /node/[nid]/submission/[sid] but it does indeed show up at: /node/[nid]/webform-results/table
Comment #3
arpieb commentedFound out the #theme function pointed to in viewselect.inc:_webform_display_viewselect() did not exist, which causes no data to be rendered during emails and other non-table/CSV displays.
Patch attached which defines a proper theme callback and implements that callback. Patch applies to the following release of the module:
Hopefully this helps someone else out!
Comment #4
zeezhao commentedTried it out using a view with multiple-selections. However in the results, the field:
- does not show up on individual submission
- does not show up in analysis
- only shows up in table
I am using the latest dev version with the patch.
Any ideas? Thanks
Comment #5
joran lafleuriel commentedHi all
I also tried this module with the patch [#3]
but I confirm that user options ARE NOT stored....
Thanks
Comment #6
joran lafleuriel commentedValues are stored ONLY if they are unique.
In other terms :
In field options, 'multiple' can't be use...
This issue seams to be related in others threads...
Comment #7
sepla commentedThe patch at #3 has been failed against the
6.x-1.x-devbranch. It's made the module to show all view rows on submission page while not respecting the selected ones in my case.Update: Just noticed that the result is the same even in
node/%nid/webform-results/table, so the cause might be another issue while this patch is workin' fine.Comment #8
Alpinist1974 commented@arpieb:
Thank you so much for the patch -- it saved my ass! I have been pulling my hair out trying to get this functionality to work.
And thanks to everyone who has contributed to this module's enhanced functionality. Drupal is awesome because of you!
Comment #9
blecheimer commentedI didn't get it work, but I here is a solution that works out of the box: http://drupal.org/node/308449#comment-2192004 in combination with: http://drupal.org/node/998494#comment-4169024 (for more than 10 views results)
All the best!
Comment #10
freakalis commentedThis should be fixed in beta3. Please open this thread again if it doesn't work in beta3.