cakephp-3-acl-example
cakephp-3-acl-example copied to clipboard
AclNode::node() - Couldn't find Aros node identified by
We encountered this issue while building the ACL's for our system in AclNodesTable.php line 146 $ref[$name][$this->primaryKey()] now we were able to get it working by modifying the line to $ref[$name]['group_id'] as it was pointing to the Users->id and not the users->group_id, and we followed all the steps in setting up the ACO and ARO but what we fear is that if we are to update that our local changes will be overwritten.