Needs review
Project:
Signup Multiple
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2011 at 14:32 UTC
Updated:
18 May 2011 at 16:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
grn commentedI can't see any effect either :-)
When I create a customized event with repeated dates with "Generate each date as a single node: 'yes'" there is no additional signup multiple button on the node page.
Here is some relevant Drupal info from my test environment:
Keep up the good work :-)
GrN.dk
Comment #2
djdevinHi,
It seems like the latest version of node_repeat is expecting a node object in node_repeat_get_node_sequence_id(), but signup_multiple is passing it a numeric node ID.
Applying this patch brought the signup multiple checkbox back.
Comment #3
djdevin