RisteDimitrievski
Active member
- Affected version
- 2.2.12
sometimes
In my situation this was
But when i do dumping
Any idea what might cause this ?
This does not cause every time, but on some categories it do...
hasContentPermission
method return false even if permissionId is set to true on abstracted content permission.In my situation this was
PHP:
protected $privatePermissionId = 'view';
But when i do dumping
PHP:
$this->PermissionSet // i found that the $privatePermissionId is true
Any idea what might cause this ?
This does not cause every time, but on some categories it do...