This repository was archived by the owner on Apr 7, 2020. It is now read-only.
This repository was archived by the owner on Apr 7, 2020. It is now read-only.
$identifier cannot be empty, when creating class scope #13
Closed
Description
$aclManager = $this->get('problematic.acl_manager');
$aclManager->setClassPermission('Entity\Subscriber', MaskBuilder::MASK_OWNER, 'ROLE_CLIENT');
internally setClassPermission
is using $oid = ObjectIdentity::fromDomainObject($domainObject);
instead i think we should check the type and then get the oid because for class type we should use new ObjectIdentity($identifier, $type)
Metadata
Metadata
Assignees
Labels
No labels