Display pages for user/user group where user has permission to "send to publish"
I'm building a custom dashboard (displayed below) and I'm wondering if it is at all possible to use the umbraco angular api to output a list of the pages in where the current user has a specific permission (ex: "send to publish")?
Display pages for user/user group where user has permission to "send to publish"
I'm building a custom dashboard (displayed below) and I'm wondering if it is at all possible to use the umbraco angular api to output a list of the pages in where the current user has a specific permission (ex: "send to publish")?
Hey Brad,
You could use
hasPermission
from https://umbraco.github.io/Belle/#/api/umbraco.resources.contentResourceAlso take a look at this recent pull request, it covers the user permission letters in detail and how to use them.
That's perfect! That looks like exactly what I'm looking for!
Could the information in the pull request page also be used for user groups?
is working on a reply...