HI,
if I didn't misunderstand,
when a user creates a new object,
a new row is inserted on the ca_acl table with access = 3 which means CA_ACL_EDIT_DELETE_ACCESS and
user_id = who created the object.
However, I don't see the row on the ca_acl for the group the user belongs to,
this means that a user of the same group cannot see, edit and delete the object (if I understand).
Instead, I need all users of the same group to be able to act on the object, obviously in addition to the administrator
who must see and act on all objects regardless of group.
Can this be done with the access rules present in app.conf?