From f2e7e8b6be110ede961287ace128cc4018d93b1b Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 11 May 2018 13:25:47 +0200 Subject: [PATCH] Removed " see client involvement in cases" perm It doesn't make sense - someone who can't see clients shouldn't see client cases at all. --- modules/opencase_entities/opencase_entities.permissions.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/opencase_entities/opencase_entities.permissions.yml b/modules/opencase_entities/opencase_entities.permissions.yml index 9087624..fa7da27 100644 --- a/modules/opencase_entities/opencase_entities.permissions.yml +++ b/modules/opencase_entities/opencase_entities.permissions.yml @@ -3,9 +3,6 @@ administer actor entities: description: 'Allow to access the administration form to configure Actor entities.' restrict access: true -view client involvement in cases: - title: 'View Client Involvement in Cases (see their name, but nothing else)' - add client entities: title: 'Create new Client entities' @@ -34,7 +31,7 @@ delete all client revisions: view volunteer involvement in cases: title: 'View names of Volunteers involved in Cases' - description: 'This role can be given to a user who does not have permission to view volunteers, so that they can see the names of volunteers involved in the cases that they can see.' + description: "When viewing a case record, they can see the names of the volunteers involved, but cannot click through to volunteer's details." add volunteer entities: title: 'Create new Volunteer entities'