changes acls to merge with test

This commit is contained in:
Daniel Herrero 2017-11-15 13:13:51 +01:00
parent dd14ddb8bd
commit e071fbb926
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"url": "/locator",
"state": "locator",
"component": "vn-locator-index",
"acl": ["developer"]
"acl": ["employee"]
}
]
}

View File

@ -8,7 +8,7 @@
"url": "/production",
"state": "production",
"component": "vn-production-index",
"acl": ["developer"]
"acl": ["employee"]
}
]
}

View File

@ -14,7 +14,7 @@
"url": "/list",
"state": "routes.index",
"component": "vn-route-index",
"acl": ["developer"]
"acl": ["employee"]
},
{
"url": "/create",