I like to use the permissions feature on database collections and had previously presumed that setting ‘Admin’ access on a collection would let Site Admins access the data however it seems that only the Site Owner truly counts as ‘Admin’ in this way.
Is this working as intended? It would obviously be great to have multiple Site Contributors able to manipulate ‘admin-only’ data without having to be the owner (of which there can be only one).
I know I can use the suppressAuth option but using datasets is a really nice quick and easy way to get CRUD going without hand-coding.