From 69bf26433d8aac6650ef9ce00f6348eaef0597ec Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 1 Jun 2023 13:19:34 +0200 Subject: [PATCH] fix(workerLog): acl to hr --- modules/worker/front/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/worker/front/routes.json b/modules/worker/front/routes.json index 25a0ffbcf..61093a456 100644 --- a/modules/worker/front/routes.json +++ b/modules/worker/front/routes.json @@ -72,7 +72,7 @@ "state": "worker.card.workerLog", "component": "vn-worker-log", "description": "Log", - "acl": ["salesAssistant"] + "acl": ["hr"] }, { "url": "/note", "state": "worker.card.note",