Bug Abstracted permissions sometimes return false even if permissionID is set to true

There is a bug in this version
R

RisteDimitrievski

Guest
sometimes 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...

Continue reading...