fix default respone generation

This commit is contained in:
Dennis Eichhorn 2023-07-26 09:18:04 +00:00
parent 3445f595d5
commit 4f29bc8bef
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -13,6 +13,6 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Asset' => 'Asset', 'Assets' => 'Assets',
'Dashboard' => 'Dashboard', 'Dashboard' => 'Dashboard',
]]; ]];