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", "url": "/locator",
"state": "locator", "state": "locator",
"component": "vn-locator-index", "component": "vn-locator-index",
"acl": ["developer"] "acl": ["employee"]
} }
] ]
} }

View File

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

View File

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