From e071fbb926b94e5120d9ed945e58c29bbad0bf97 Mon Sep 17 00:00:00 2001 From: Daniel Herrero Date: Wed, 15 Nov 2017 13:13:51 +0100 Subject: [PATCH] changes acls to merge with test --- client/locator/routes.json | 2 +- client/production/routes.json | 2 +- client/route/routes.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/locator/routes.json b/client/locator/routes.json index b508fcc5f7..c76ec3365a 100644 --- a/client/locator/routes.json +++ b/client/locator/routes.json @@ -8,7 +8,7 @@ "url": "/locator", "state": "locator", "component": "vn-locator-index", - "acl": ["developer"] + "acl": ["employee"] } ] } \ No newline at end of file diff --git a/client/production/routes.json b/client/production/routes.json index 1c3abd874a..f0348d7d7a 100644 --- a/client/production/routes.json +++ b/client/production/routes.json @@ -8,7 +8,7 @@ "url": "/production", "state": "production", "component": "vn-production-index", - "acl": ["developer"] + "acl": ["employee"] } ] } \ No newline at end of file diff --git a/client/route/routes.json b/client/route/routes.json index 9e7c488337..38659dd17e 100644 --- a/client/route/routes.json +++ b/client/route/routes.json @@ -14,7 +14,7 @@ "url": "/list", "state": "routes.index", "component": "vn-route-index", - "acl": ["developer"] + "acl": ["employee"] }, { "url": "/create",