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",