From 4162f239cfcbf6e1caf11cf7266e334e118b89a8 Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 25 Nov 2021 07:50:01 +0100 Subject: [PATCH] Allow basic-data access for hhrr --- modules/account/front/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/account/front/routes.json b/modules/account/front/routes.json index f2439dc092..c4d9b58af2 100644 --- a/modules/account/front/routes.json +++ b/modules/account/front/routes.json @@ -77,7 +77,7 @@ "state": "account.card.basicData", "component": "vn-user-basic-data", "description": "Basic data", - "acl": ["it"] + "acl": ["hr"] }, { "url": "/roles",