Filter data based on permissions #2201
Unanswered
luiscoutinh
asked this question in
Q&A
Replies: 1 comment
-
Maybe bouncer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An application has companies and news. Each company has many news.
companies.view
,companies.view.*
,companies.view.1
orcompanies.view.1,2
(without specifying the id's)?company.view
orcompany.view.*
or get only the companies with id 1 or 2, if the user has the permissionscompany.view.1
andcompany.view.2
orcompanies.view.1,2
?company.view
orcompany.view.*
or only the news that belongs to the companies with id 1 or 2, if the user has the permissionscompany.view.1
andcompany.view.2
orcompanies.view.1,2
?Beta Was this translation helpful? Give feedback.
All reactions