You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From reading the docs I understand we can define a user who has access to a document.
If we check on the document if the user has access, we do check for a specific resource access if not, we fall back to global added role.
We do have a permission system where we define access on a Document or on the DocumentFolder or on the Global Level. So whenever we check access for a document, we must check resource access or via folder access or via global access
Is this something rolify can also handle (docs doesn't explain this). If not, can we achieve this with ease by configure something like
From reading the docs I understand we can define a user who has access to a document.
If we check on the document if the user has access, we do check for a specific resource access if not, we fall back to global added role.
We do have a permission system where we define access on a
Document
or on theDocumentFolder
or on theGlobal Level
. So whenever we check access for a document, we must checkresource access
or viafolder access
or viaglobal access
Is this something rolify can also handle (docs doesn't explain this). If not, can we achieve this with ease by configure something like
Is our usecase even broad enough to make it worth a PR?
Currently we have a lot of customcode and by having rolify supporting our usecase we would like to actually use it and get rid of our pita code.
The text was updated successfully, but these errors were encountered: