Is there a way to limit the Reviewer role to see and/or edit only some item sets/items that I have created? I want a group of users to be able to add/edit metadata to a certain collection of items that they didn’t create, but I don’t want them to be able to add/edit metadata to every item that exists in the installation. I thought the Group module might solve the issue, but when I remove ‘view-all’ from the AclFactory file ($acl->allow(‘reviewer’,‘Omeka\Entity\Resource’,‘view-all’);), it just hides items from Reviewers that I had set as private.
I don’t know the Group module well, but my understanding of it is that it should work in this situation as long as the set or item(s) are assigned to the same group as the users.