bug fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-10-11 19:17:40 +00:00
parent eb9ced7fd9
commit 8ac7510a40
4 changed files with 38 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[ [
{ {
"id": 1008401001, "id": 1009001001,
"pid": "/", "pid": "/",
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
@ -14,7 +14,7 @@
"parent": 1002601001, "parent": 1002601001,
"children": [ "children": [
{ {
"id": 1008402001, "id": 1009002001,
"pid": "/cash", "pid": "/cash",
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
@ -25,7 +25,7 @@
"order": 1, "order": 1,
"from": "CashManagement", "from": "CashManagement",
"permission": { "permission": 2, "category": null, "element": null }, "permission": { "permission": 2, "category": null, "element": null },
"parent": 1008401001, "parent": 1009001001,
"children": [] "children": []
} }
] ]

View File

@ -0,0 +1,17 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Navigation' => [
'CashManagement' => 'Cash Management',
]];

View File

@ -0,0 +1,17 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Navigation' => [
'CashManagement' => 'Cash Management',
]];

View File

@ -1,6 +1,6 @@
{ {
"name": { "name": {
"id": 1008400000, "id": 1009000000,
"internal": "CashManagement", "internal": "CashManagement",
"external": "CashManagement" "external": "CashManagement"
}, },