For a website i am building, i need to check the page permissions.
The permissions are set in the MURA administrator, there is a group with 1 person in that group, the group has Editor rights.
There is a page where this group is set to and on this page i need to make a switch:
When this user from the above mentioned group is logged in and on that page, i need to display an action bar. When another user is logged in, who is not in this group, the action bar should not be displayed.
I'm looking for something like: #$.content('pagePermissions')#
I've been searching in the session, request and application scope. There i find application.permUtility, but i am not able to find a function in that cfc where i can do a request for the page permissions.
Anybody have a clue as to how i can get to these page permissions ?