Closed cod3rshotout closed 2 years ago
First point has been fixed on 7.12.0
Second point is certainly not a permission issue on the datatable component, if the user does not have the permission the datatable will be replaced by a simple message that the user has not the permission to display the datatable.
I have defined these roles:
Then, I have created a menu called
Patients
:as you can see I have specified the role
tenant
, but if I access as an user which have the rolepatient
I can see the menu.Also, I would like to ask another question: when I signin as patient user and try to access to the datatable I get:
This is the content of the setUp function:
The user have that permission, but for some reason the data aren't returned, this happen just for
invites_crud
user, the admin doesn't have any issues .. what I did wrong?