-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feature ideas #37
Comments
I'd like to see role based permissions using spring security. |
Hi! This is "partially" supported as explained in the docs. You have to adapt your security configuration manually to protect the routes the way you wish. Were you referring to some deeper integration or something different? |
Oh, nice! Great project, thanks! |
|
I really like the project, looks really great to provide a very nice GUI to manage my data. For example I would like to define localizable properties in my entity using @Embeddables and @ElementCollection. Another thing would be the options to really use UUID fields like for example: Using this in my Entity is throwing an error in SnapAdmin, when I try to delete an entity, that it provides a String, not an UUID. Could this being added in the future as well? |
If you think something is missing from SnapAdmin, please leave a comment with a short explanation of what you would like to see.
If somebody already commented with something similar, you can leave a reaction so I can gauge the interest in every feature.
The text was updated successfully, but these errors were encountered: