You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: