locator, production and route modules only to developer acl

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

View File

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

View File

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

View File

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