I'm setting up group-based permissions in Providence 2.0.9 using perform_type_access_checking = 1 so that each user group can only see records belonging to their own group (records created by members of the same group).
Type-based access control works correctly for most tables (objects, collections, occurrences, etc.), but it does not restrict ca_storage_locations at all: all users can see the full hierarchy browser/tree and all individual storage location records, regardless of who created them or the ACL settings.
Is there any additional configuration in app.conf, browse.conf or elsewhere to make ca_storage_locations respect type-level or item-level access control and hide records/nodes that the current user should not see?