In my site, I have set edit options for a node "n" for a group "g" . When I visit that node "n" with another group, I cannot see edit tab and when I visit that node with group "g", I can see the edit tab. So far so good, but things get weird when I edit the "n" with a user from "g". When I finish editing and then push the submit button, web site returns to the front page but none of the changes made by the user are reflected to the "n".
By the way you might suggest giving "administer node" access control to the "g" but it won't work, because when I give "administer node" access, members of "g" will be able to edit nodes even if they do not have "edit" access in the node access module.
Do you know a solution for this issue?
Thanx in advance
Rifat Aras
Comments
Comment #1
Anonymous (not verified) commentedI'm not able to reproduce this problem, and I haven't heard of anyone else with this problem. However, all the nodeaccess module does is set access control in drupal's tables. If the user can click the edit link, then this module has correctly set the permissions. The nodeaccess module does not do anything when a user tries to edit the content of a node, drupal handles that so I can't imagine this module is causing this problem.
The only thing I can think of offhand is that you are dealing with some sort of a caching issue where the page isn't refreshing. You might try checking your node tables and see if the data is updated in the database.
Comment #2
Anonymous (not verified) commented