Get Users for Role using different sqlserver databases #1783
-
Hi!
Configuring the role and permission models like this works fine when it comes to insert and associate them, but it doesn't work when i try to retrieve all the users for a specific role, like this : Am i missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If somebody else is stuck in this situation, I think I have found a good solution, setting the full database path in the permissions configuration seems to work (at least with sql server). |
Beta Was this translation helpful? Give feedback.
If somebody else is stuck in this situation, I think I have found a good solution, setting the full database path in the permissions configuration seems to work (at least with sql server).
Eg. 'model_has_roles' => 'Database.dbo.model_has_role'