claim module teporally shown
This commit is contained in:
parent
f81c97dee9
commit
065d236abb
|
@ -15,8 +15,7 @@
|
|||
"url": "/index?q",
|
||||
"state": "claim.index",
|
||||
"component": "vn-claim-index",
|
||||
"description": "Listado",
|
||||
"acl": ["developer"]
|
||||
"description": "Listado"
|
||||
},
|
||||
{
|
||||
"url": "/:id",
|
||||
|
@ -56,6 +55,18 @@
|
|||
"menu": {
|
||||
"icon": "settings"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "/action",
|
||||
"state": "claim.card.action",
|
||||
"component": "vn-claim-action",
|
||||
"description": "Action",
|
||||
"params": {
|
||||
"claim": "$ctrl.claim"
|
||||
},
|
||||
"menu": {
|
||||
"icon": "settings"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue