database icon indicating copy to clipboard operation
database copied to clipboard

Support writePermission property in fields

Open tstiemerling opened this issue 11 months ago • 0 comments

A fairly common use case is to allow users to read all fields, but only allow admins to write some fields. This is not possible with the current readPermission / permission properties. One solution would be to add a writePermission property, or to modify the checkAttributes function to also pass in the opts object (which has the isWrite flag). The former solution seems cleaner.

tstiemerling avatar Feb 04 '25 15:02 tstiemerling