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
Agrest Authorizer API supports configuring separate rules for "create" and "update" operations. We need to do the same for "prop filters". It is quite common to allow a certain property to be passed during creation, but then disallow its change on further updates.
This will affect "writablePropFilter" API as well as AgAttribute.writable and AdRelationship.writable annotation properties.
The text was updated successfully, but these errors were encountered:
Agrest Authorizer API supports configuring separate rules for "create" and "update" operations. We need to do the same for "prop filters". It is quite common to allow a certain property to be passed during creation, but then disallow its change on further updates.
This will affect "writablePropFilter" API as well as
AgAttribute.writable
andAdRelationship.writable
annotation properties.The text was updated successfully, but these errors were encountered: