From 3acc943d85a68ff071401e2b6365d4dd48b6e862 Mon Sep 17 00:00:00 2001 From: joan Date: Mon, 23 Nov 2020 11:10:16 +0100 Subject: [PATCH] =?UTF-8?q?2639=20-=20Permisos=20para=20a=C3=B1adir=20greu?= =?UTF-8?q?ge=20con=20rol=20claimManager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/client/front/greuge/index/index.html | 2 +- modules/client/front/routes.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/client/front/greuge/index/index.html b/modules/client/front/greuge/index/index.html index 463ac6303..73216a9b1 100644 --- a/modules/client/front/greuge/index/index.html +++ b/modules/client/front/greuge/index/index.html @@ -52,7 +52,7 @@ icon="add" ui-sref="client.card.greuge.create" vn-tooltip="New greuge" - vn-acl="salesAssistant" + vn-acl="salesAssistant,claimManager" vn-acl-action="remove" vn-bind="+" fixed-bottom-right> diff --git a/modules/client/front/routes.json b/modules/client/front/routes.json index a3ee4dd86..a2d559645 100644 --- a/modules/client/front/routes.json +++ b/modules/client/front/routes.json @@ -185,7 +185,7 @@ "state": "client.card.greuge.create", "component": "vn-client-greuge-create", "description": "New greuge", - "acl": ["salesAssistant"], + "acl": ["salesAssistant", "claimManager"], "params": { "client": "$ctrl.client" }