If CA's priority is set to, say, 1, and the priority of the corresponding ACL records remains at 0, then the latter are ignored and by-user access control stops working.

Comments

fago’s picture

Status: Active » Fixed

CA does that:

      acl_node_add_acl($node->nid, $acl_id, $op == 'view', $op == 'update', $op == 'delete', content_access_get_settings('priority', $node->type));

Perhaps you have an old installation where the ACL was created before this was fixed?

salvis’s picture

It seems not be working properly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.