compassinformatics / cpsi-mapview

GNU General Public License v3.0
6 stars 14 forks source link

Allow customising role prefixes #651

Closed fergaldoyle closed 1 year ago

fergaldoyle commented 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: ['Browser_', 'External_']