I try to use this function in my code
but even using the
var_dump(((hasPerm([2],$user->data()->id))))
generates the problem with other code first with JS part. without it the code works fine but i need to control some permissions.
I understand it is a kind of interference with something but I have no idea where...
What am i doing wrong?
I've checked the hasPerm implementation and found that I can skip the id parameter and it will be set by hasPerm itself so i deleted the id.
The short version with permissions only works in my case.
but even using the
var_dump(((hasPerm([2],$user->data()->id))))
generates the problem with other code first with JS part. without it the code works fine but i need to control some permissions.
I understand it is a kind of interference with something but I have no idea where...
What am i doing wrong?
I've checked the hasPerm implementation and found that I can skip the id parameter and it will be set by hasPerm itself so i deleted the id.
The short version with permissions only works in my case.