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