By hbauer on
After developing some content as admin I created a new role "editor" with all rights to edit all nodes. I assinged this role to a new user, but this user was not able to edit the nodes created by admin.
Any ideas what I've done wrong?
Comments
check your input filters
are those nodes using full html or php as input filter, and does the editor role have access to those filters? if the editor has no access to the input filter that is used on a node then that node may not be edited.
--
I work for Ontwerpwerk
filter access was the problem
I used full html
providing filter access rights to the editor role solved the problem
thanks
*facepalm* That was my
*facepalm*
That was my problem too. Solution worked.