refs #5334 fix index
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-05-16 09:52:48 +02:00
parent fd4d04756a
commit 612d0a2dfb
1 changed files with 6 additions and 0 deletions

View File

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