davide wrote:
> ...
> Watching at the AclNode code, I saw that in the setParent() method, at
> line 152 (more or less) there is this code:
> 
>    if ($parent_id != null &&
>        $newParent['lft'] <= $object['lft'] &&
>        $newParent['rght'] >= $object['rght']) {
>            return false;
>    }
> ...

I have commented this[1] "if" and everything seems to work fine.

Someone more "inside" the ACL can enlight me. Does anybody things I
should have to open a bug ticket?

Bye and thanks
Davide

1. http://api.cakephp.org/aclnode_8php-source.html#l00139

-- 
By the power of Greyskull...

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to