Skip to content
New issue

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

Customized roles by Domain Class #20

Open
erickmelo opened this issue Jun 24, 2014 · 1 comment
Open

Customized roles by Domain Class #20

erickmelo opened this issue Jun 24, 2014 · 1 comment

Comments

@erickmelo
Copy link

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"]
}
@juanfran
Copy link
Member

This is already on our roadmap https://kaleidos.github.io/grails-admin-interface/guide/roadmap.html

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants