mirror of
https://github.com/Karaka-Management/oms-AssetManagement.git
synced 2026-02-12 19:58:39 +00:00
fix default respone generation
This commit is contained in:
parent
3445f595d5
commit
4f29bc8bef
|
|
@ -4,7 +4,7 @@
|
||||||
"pid": "/",
|
"pid": "/",
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Asset",
|
"name": "Assets",
|
||||||
"uri": "{/base}accounting/asset/list",
|
"uri": "{/base}accounting/asset/list",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Asset' => 'Asset',
|
'Assets' => 'Assets',
|
||||||
'Dashboard' => 'Dashboard',
|
'Dashboard' => 'Dashboard',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user