claim hidden again
This commit is contained in:
parent
eea42ec958
commit
98aae36087
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue