Bug - possible fix!: error removing access rights
Hi There, I've added access rights programmatically using this piece of code: PathRef path = new PathRef(tenantId+"/workspaces/"); DocumentModel workspaces = session.getDocument(path); ACP acp = workspaces.getACP(); ACL acl = acp.get...