Closed fergaldoyle closed 1 year ago
This PR allows roles other than Browser_ prefixed roles to display in the user details tooltip of the login button.
Prefixes can be customised with the displayRolePrefixes property in application.js, e.g.
displayRolePrefixes
displayRolePrefixes: ['Browser_', 'External_']
This PR allows roles other than Browser_ prefixed roles to display in the user details tooltip of the login button.
Prefixes can be customised with the
displayRolePrefixes
property in application.js, e.g.