Added ACL for module account
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-10-06 09:50:40 +02:00
parent 6fd6ff5e7d
commit 2856fa63fc
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
"url": "/index?q",
"state": "account.index",
"component": "vn-user-index",
"description": "Users"
"description": "Users",
"acl": ["hr"]
}, {
"url": "/create",
"state": "account.create",