Closed (fixed)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2011 at 22:58 UTC
Updated:
4 Apr 2011 at 12:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
abbasmousavi commentedIs there anyone with this problem?
Comment #2
quicksketchI can't reproduce this problem. Perhaps try the development version would fix this? https://drupal.org/node/730862
Comment #3
abbasmousavi commentedI have downloaded the last development version
but it doesn't solve the problem.
I have some select options and some textfield component, I can see all results in results submission and table tabs but in analysis tab I only see the textfields component analysis
here is the nodeexport of the webform
Comment #4
abbasmousavi commentedI have downloaded the last development version
but it doesn't solve the problem.
I have some select options and some textfield component, I can see all results in results submission and table tabs but in analysis tab I only see the textfields component analysis
here is the nodeexport of the webform
Comment #5
abbasmousavi commentedI have downloaded the last development version
but it doesn't solve the problem.
I have some select options and some textfield component, I can see all results in results submission and table tabs but in analysis tab I only see the textfields component analysis
here is the nodeexport of the webform
Comment #6
abbasmousavi commentedI have downloaded the last development version
but it doesn't solve the problem.
I have some select options and some textfield component, I can see all results in results submission and table tabs but in analysis tab I only see the textfields component analysis
here is the nodeexport of the webform
I have attached node export of the webform
Comment #7
abbasmousavi commentedwhen I comment out line 550 in webform/components/select.inc
I can see analysis for all select option components.
without this change this query result is empty.
Comment #8
quicksketchThanks that helps narrow down the problem. Sounds like an issue specific to the select component so I'm updating the title to reflect the problem.
My guess is that:
Needs to be changed to:
This problem like arose in the D7 port, as it doesn't exist in the D6 version.
Comment #9
abbasmousavi commentedIt works with the proposed change.
Comment #10
abbasmousavi commentedCan it be committed before the next release?
Comment #11
quicksketchYes it'll be committed before the next release.
Comment #12
quicksketchTested and committed to 7.x-3.x branch.
Comment #14
verta commentedsubscribing