We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be very helpful allow non-admin user to manage some domain classes. It could be controlled by adding an extra-attribute like this:
grails.plugin.admin.domain.Speaker = { list excludes: ["startDate", "endDate"], roles: ["ROLE_LIST_SPEAKER", ROLE_X"] create excludes: ["startDate", "endDate"], roles: [ "ROLE_CREATE_SPEAKER"] }
The text was updated successfully, but these errors were encountered:
This is already on our roadmap https://kaleidos.github.io/grails-admin-interface/guide/roadmap.html
Thanks
Sorry, something went wrong.
No branches or pull requests
Would be very helpful allow non-admin user to manage some domain classes. It could be controlled by adding an extra-attribute like this:
The text was updated successfully, but these errors were encountered: