I use this module to seperate which members have access to "game books" for the various RPG's that are run on our site. Since upgrading, I have been receiving several complaints from member that they suddenly lose the edit tab from the book. I check their role and the role's permissions and they are still showing as a member of the group that is allowed access via the module.
To fix it, I have to remove the member from the role, re-assign them to the role, then rebuild permissions. Can anyone help figure out why they are losing their access rights when nothing else is changing?
Thanks
Comments
Comment #1
Mark Nielsen commentedI can confirm this.
I have:
Rebuilding the permissions cache in "Administer » Content management » Post settings" resets things to how they were, and my test user can edit each book page just once again before being locked out.
Comment #2
avpadernoComment #3
avpadernoThe code should have rebuilt the access table for a node being edited each time a node has been edited. That is the reason of the behavior described from Mark Gibbens, who had to manually force a rebuilt of the permission cache.
I have changed the code, and committed it. Thanks for your report.
Comment #4
Mark Nielsen commentedMany thanks, kiamlaluno. Great news!
Comment #5
avpadernoThe code has been committed for the development snapshot; between 5 days another release candidate will be created.