This feature does not work. I have installed as per instructions and although everything appears ok and the list of users feature in the signup tab of the event, when a role is picked, the subsequent action is not committed. That is the signup is not restricted to the role that is checked.

Comments

mrconnerton’s picture

do you have revisions turned on for the event node type?

I did find a flaw in the hook_nodeapi

when the op == load, the code should be checking for $node->signup which it is doing before the switch

On op == update/insert it needs to look for $node->signup_enabled instead.

ebeyrent’s picture

Assigned: Unassigned » ebeyrent
puneet63’s picture

WE have done the same but it is still showing failure. And not restricting a role to sign up

ebeyrent’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Status: Active » Fixed

Please see commit #461612 - I have addressed a bunch of these issues, and I believe that it's working as intended now.

Please let me know if you have any other issues!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.