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

[Feature Request] Allow permission checking with check API on field level #1888

Open
lucaheft opened this issue Nov 26, 2024 · 0 comments
Open

Comments

@lucaheft
Copy link

Currently check API only supports permission checking on model level.
It would be nice to also check permissions on field level.

This would allow conditional rendering on a field level.

Use case:
Let's say we have a form to update a Post model.
A user may have the permission to read all fields of a post but only update some.
We could therefor disable the HTML Input element, for which the user only has read permissions, based on the field level access.

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

No branches or pull requests

1 participant