From 11da1dad8dab5d83736916b94d211436e1ab8f0e Mon Sep 17 00:00:00 2001 From: Daniel Herrero Date: Wed, 15 Nov 2017 13:16:40 +0100 Subject: [PATCH] locator, production and route modules only to developer acl --- 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 c76ec3365..b508fcc5f 100644 --- a/client/locator/routes.json +++ b/client/locator/routes.json @@ -8,7 +8,7 @@ "url": "/locator", "state": "locator", "component": "vn-locator-index", - "acl": ["employee"] + "acl": ["developer"] } ] } \ No newline at end of file diff --git a/client/production/routes.json b/client/production/routes.json index f0348d7d7..1c3abd874 100644 --- a/client/production/routes.json +++ b/client/production/routes.json @@ -8,7 +8,7 @@ "url": "/production", "state": "production", "component": "vn-production-index", - "acl": ["employee"] + "acl": ["developer"] } ] } \ No newline at end of file diff --git a/client/route/routes.json b/client/route/routes.json index 38659dd17..9e7c48833 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": ["employee"] + "acl": ["developer"] }, { "url": "/create",