it’d be helpful if we could set default access control attached to the collection.
For example: can only view post where approved = true. and then we can override it with the existing role-based access control. Thank you again for your hard work.
Hello, in the NocoBase role, you can set data range permissions for the data source table.
yes that’s what we currently have.
but what if I have 10 role, and all 10 of them has the same permission for a collection called “post”. all of them can only access the post where .approved = true. So, when we want to change this, we’d have to change 10 roles manually, which allows room for mistake. If we can set a collection-based default (only allow view when post.approved = true), it’d be even more helpful.