From 612d0a2dfbd25173a1f471f4735c49f1abd1b063 Mon Sep 17 00:00:00 2001 From: carlossa Date: Tue, 16 May 2023 09:52:48 +0200 Subject: [PATCH] refs #5334 fix index --- modules/worker/front/routes.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/worker/front/routes.json b/modules/worker/front/routes.json index 3f4f1977de..50245b571e 100644 --- a/modules/worker/front/routes.json +++ b/modules/worker/front/routes.json @@ -129,6 +129,12 @@ "component": "vn-worker-department-card", "abstract": true, "description": "Detail" + }, { + "url" : "/index", + "state": "worker.department.index", + "component": "vn-worker-department-index", + "description": "Department", + "acl": ["hr"] }, { "url" : "/summary", "state": "worker.department.card.summary",