4860-route.index_downloadZip #1259

Merged
vicent merged 9 commits from 4860-route.index_downloadZip into dev 2023-01-27 08:12:06 +00:00
1 changed files with 8 additions and 8 deletions
Showing only changes of commit ec5e2a21f7 - Show all commits

View File

@ -1,12 +1,12 @@
{ {
"module": "shelving", "module": "shelving",
"name": "Shelvings", "name": "Shelvings",
"icon" : "contact_support", "icon" : "icon-inventory",
"dependencies": ["worker"], "dependencies": ["worker"],
"validations" : true, "validations" : true,
"menus": { "menus": {
"main": [ "main": [
{"state": "shelving.index", "icon": "contact_support"} {"state": "shelving.index", "icon": "icon-inventory"}
], ],
"card": [ "card": [
{"state": "shelving.card.basicData", "icon": "settings"}, {"state": "shelving.card.basicData", "icon": "settings"},
@ -20,7 +20,7 @@
"abstract": true, "abstract": true,
"component": "vn-shelving", "component": "vn-shelving",
"description": "Shelvings" "description": "Shelvings"
}, },
{ {
"url": "/index?q", "url": "/index?q",
"state": "shelving.index", "state": "shelving.index",
@ -32,13 +32,13 @@
"state": "shelving.create", "state": "shelving.create",
"component": "vn-shelving-create", "component": "vn-shelving-create",
"description": "New shelving" "description": "New shelving"
}, },
{ {
"url": "/:id", "url": "/:id",
"state": "shelving.card", "state": "shelving.card",
"abstract": true, "abstract": true,
"component": "vn-shelving-card" "component": "vn-shelving-card"
}, },
{ {
"url": "/summary", "url": "/summary",
"state": "shelving.card.summary", "state": "shelving.card.summary",
@ -47,7 +47,7 @@
"params": { "params": {
"shelving": "$ctrl.shelving" "shelving": "$ctrl.shelving"
} }
}, },
{ {
"url": "/basic-data", "url": "/basic-data",
"state": "shelving.card.basicData", "state": "shelving.card.basicData",
@ -56,7 +56,7 @@
"params": { "params": {
"shelving": "$ctrl.shelving" "shelving": "$ctrl.shelving"
} }
}, },
{ {
"url" : "/log", "url" : "/log",
"state": "shelving.card.log", "state": "shelving.card.log",
@ -64,4 +64,4 @@
"description": "Log" "description": "Log"
} }
] ]
} }