concrete-datastore icon indicating copy to clipboard operation
concrete-datastore copied to clipboard

Change permission logic

Open KhaledBousrih opened this issue 2 years ago • 0 comments

Changed the logic of read/write permissions by user: A user that has read/write access to an instance of the model Model, will have an instance of InstancePermission (with the model_name="Model") and the uid of the instance will be n the read/write_instance_uids

KhaledBousrih avatar Feb 17 '23 17:02 KhaledBousrih