From 6f2aa0f618e129f0baf42a6bbbb3f7075d3faf90 Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 18 Apr 2023 14:51:48 +0200 Subject: [PATCH] Worker note ACL --- modules/worker/front/routes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/worker/front/routes.json b/modules/worker/front/routes.json index 64cb186d6..25a0ffbcf 100644 --- a/modules/worker/front/routes.json +++ b/modules/worker/front/routes.json @@ -85,7 +85,8 @@ "description": "Notes", "params": { "worker": "$ctrl.worker" - } + }, + "acl": ["hr"] }, { "url": "/create", "state": "worker.card.note.create",