From bc905939e330af69e1bdeb796a6f282ebebfe784 Mon Sep 17 00:00:00 2001 From: gerard Date: Tue, 4 Sep 2018 12:33:15 +0200 Subject: [PATCH] claim hidden again --- client/claim/routes.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/client/claim/routes.json b/client/claim/routes.json index 7b493f237..ae9489623 100644 --- a/client/claim/routes.json +++ b/client/claim/routes.json @@ -15,7 +15,8 @@ "url": "/index?q", "state": "claim.index", "component": "vn-claim-index", - "description": "Listado" + "description": "Listado", + "acl": ["developer"] }, { "url": "/:id", @@ -56,6 +57,18 @@ "icon": "settings" } }, + { + "url": "/development", + "state": "claim.card.development", + "component": "vn-claim-development", + "description": "Development", + "params": { + "claim": "$ctrl.claim" + }, + "menu": { + "icon": "settings" + } + }, { "url": "/action", "state": "claim.card.action",