Roles in PWA App
Summary
Roles in PWA AppContent
I have PWA App with few roles defined.
App does not see roles assigned to the current user.
In the page I used:
<oj-bind-if test="[[ $application.user.roles.ZZZ || $application.user.roles.YYY ]]">
and when I print all user roles to the log I see list of ids and not the role name.
0