By Jujubre on
Hello,
The user with the role to edit some content cannot edit it anymore.
Here is my configuration :
- I got a content type ('application form') and a user role ('researcher').
- I have given all the permission (view own, edit own, delete own) for this content type.
- I had 'per content node access control settings' enabled, but i disabled it to debug my issue.
- I rebuild the permission (admin/reports/status/rebuild)
- I cleared the cache (drush cc all)
- Devel node access permission enable
Here is the screenshot of devel node access permissions: https://docs.google.com/file/d/0BxVXWF_y3aY4V1dqQTBLUTU0OTQ
I tried many right rotation, disable the last plugins I think i have installed, and cannot find anything.
Any ideas, even stupids one, are welcome.
Thanks
jujubre
Comments
formats?
Are you sure that the role that cannot edit has the rights to use the text format on that piece of content? THat's the usual reason you see that behavior - where a user in one role edits the node and sets a format, and then another person who has permission to edit the node but NOT to use that input format can't edit the node. It's not because of node permissions, but because of format permisssion.
If it's not that, then - nothing comes to mind.
Steve Hanson
Publisher Eye On Dunn County
https://eyeondunn.com
Hello Steve,
Hello Steve,
Thanks for your help. Unfortunately, rights seems ok for the text formats. I just discover that adding the 'redacteur' rights allow me to edit. So i will compare the permissions between these 2 groups, and solve all this.
[Edit] Seems like there is something to do with translation, entities or fields. I need to dig more into this stuff, because the role still can edit when it should not.
Thibault
Solved by disabling 'Enable
Solved by disabling 'Enable translation workflow permissions' in admin/config/regional/entity_translation. There is also a permission to play with if this is enabled, but currently, I don't have time to test this. Dead line needs working application, preferably multilingual but not mandatory.
THANK YOU!!
This is what was causing my issue and I would have never figured that out! SO many thanks!