Closed (fixed)
Project:
Signup
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2011 at 00:15 UTC
Updated:
20 Feb 2012 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
dalanz commentedHave you found a solution for this? Anyone else?
Comment #2
sophiekovalevsky commentedHi mariagwyn, could you try to explain the issue with a specify link where you have the problem, or with some kind of image?
Comment #3
bhowell09 commentedI'm having the same issue. I've added a number of new fields to my themes template.php and they all allow for input, but I can't get them to display in the attendees list. I've gone into the "signup_user_list" view and added "Signup: User: Additional Signup Info" to the fields and then added one of my new input fields into the "Field Name" box, but after I click apply and go back into the newly added field it is blank. Too many uses of the word field? :)
Attached are screenshots of my added view field and the errors I get after I add it. What I'm really looking to do is view all of the new input fields in this list and then (probably a different subject) find a way to export them to a spreadsheet or something for manipulation.
List of errors:
Comment #4
benjf commentedThis patch seems to fix it for me. Please review :)
The 'option_definition' portion fixes the individual fields; the changes in 'render' fix the display of all fields together.
Comment #5
rennevat commentedThank you. The patch resolved the issue for us.
Comment #6
pavlosdanI was having the same issue. The patch from #4 resolved it.
Comment #7
cwyant commentedPatch in #4 worked for me as well.
Comment #8
sgabe commentedI am attaching a re-roll of the patch in #4 which applies fine and fixes the issue.
Comment #9
sgabe commented#1208224: warning: Illegal offset type in isset or empty is marked as a duplicate of this.
Comment #10
sgabe commentedCommitted, thanks!
Comment #11
chaloum commented#10 I applied the patch but still have the error
Fatal error: Cannot access empty property in /Library/WebServer/Documents/amppdt/sites/all/modules/signup/views/handlers/signup_handler_field_signup_edit_link.inc on line 24Comment #12
sgabe commentedAbout that see #1358258: Updating to Views 7.x-3.0-rc3 breaks Signup module.