Hello,
I've been using this great module for some time now. Today I updated a few modules and it all the sudden stopped working. You can see the roles during registration, etc. but they don't get applied.
The modules I updated are forward, service_links, textimage, webform, and workflow_ng. My money is on something in workflow_ng but I haven't had time to debug. Just wanted to see if anyone had any ideas...
Thanks!
Comments
Comment #1
Chad_Dupuis commentedAfter debugging, this module doesn't appear to work with workflow-ng 5.x-2.2 (2.1 is fine). Not sure whether the workflow module needs to be changed or this one - but I've put cases in both queues....
Comment #2
johnhanley commentedCan you tell me if the role selections are applied correctly when editing a user's account page?
Comment #3
Chad_Dupuis commentedI had to degrade workflow as this was a live site, but I seem to remember the drop down list being there but it having no effect within the user panel... If you cannot replicate, I would be happy to upgrade the workflow-ng on a dev site and test it out for you to be more exact....
Comment #4
johnhanley commentedYeah, any additional info would be helpful--thanks.
I'm not familiar with the newest version of workflow-ng, but I suspect user-selectable roles is saving the role selections at registration and then workflow-ng is overwriting them. Or maybe workflow-ng is somehow preventing hook_user() in other modules from executing.
Comment #5
johnhanley commentedChad,
Check out the latest Drupal 5 release of User-Selectable Roles. I believe the aforementioned registration related bug has been solved. I revised and simplified the logic of how the role selections are saved, which also happens to be more Drupal-compliant.
Anyway, try using the latest version of workflow-ng and let me know if the problem is now resolved.
Thanks,
John
Comment #6
Chad_Dupuis commentedHello John,
I just upgraded to the latest version and the 2.2 of workflow-ng and everything appears to be fine. Thanks for the quick fix!
Comment #7
johnhanley commentedThanks for letting me know!