xh / hoist-core

🏗️ The XH Hoist toolkit for Grails
https://xh.io/
Apache License 2.0
7 stars 2 forks source link

Allow for longer `Role.category` values #395

Closed amcclain closed 2 weeks ago

amcclain commented 2 months ago

We only allow 30 chars for role categories. Not sure why we were quite so concerned with limiting to such a short string, but with the (excellent) support for slash-delimited categories it is easy to exceed:

Screenshot 2024-09-06 at 6 09 44 PM
amcclain commented 2 months ago

I'd propose we up this to 100 chars - that seems about as long as we would expect - e.g. an imaginary, very lengthy category like Custom App Name\Permissions\Business Units\Middle Office\Pricing Tools is ~70 chars.

Will need to: