Hello.
I have a CCK content type and I have granted view/update/delete access to a Role "medals".
This works good, but I don't know why some nodes (3 of 32) are blocked to this role to edit. I have review this node and its content access permission and I don't know why it is blocked to edit to this role.
I haven't enabled "per node access". I use only roles permission, and in this case, only this role can update/delete those nodes. All authenticated user can view nodes of this content type.
I have rebuilt content permission, but the problem persist.
What could I review? some mysql tables?
Thanks.

Comments

briantes’s picture

After a lot of search I have found the problem.
The user who created the node has permission for change the "input format" and the user who want to edit no. The nodes that are blocked to edit were edited changing the "input format". Then, nodes with input format changed to FULL HTML were blocked to editor user.
Although the permission were correct, the "input format" block to edit to the other user.
When I add permission to the editor user to chang input format, the block disapear.