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
I would like to restrict what capabilities should be allowed to perform CRUD operations on specific fields within a model.
For example, if I had a list of products (let's say books for a book store), I might want to allow certain users (like an intern) to edit the title, description, etc, but maybe only one specific role/capability (store manager, for example) should be able to change the "price" field.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to restrict what capabilities should be allowed to perform CRUD operations on specific fields within a model.
For example, if I had a list of products (let's say books for a book store), I might want to allow certain users (like an intern) to edit the title, description, etc, but maybe only one specific role/capability (store manager, for example) should be able to change the "price" field.
Beta Was this translation helpful? Give feedback.
All reactions