From db9736b65265cdb3adef61c1a60ef4817f1b972d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 10 Feb 2023 18:20:57 +0100 Subject: [PATCH] many small fixes --- Admin/Hooks/Web/Api.php | 9 --------- Admin/Install/Navigation.install.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Admin/Hooks/Web/Api.php b/Admin/Hooks/Web/Api.php index ddc4993..b1c7796 100755 --- a/Admin/Hooks/Web/Api.php +++ b/Admin/Hooks/Web/Api.php @@ -13,13 +13,4 @@ declare(strict_types=1); return [ - 'POST:Module:ClientManagement-client-create' => [ - 'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventStockCreateInternal'], - ], - 'POST:Module:SupplierManagement-supplier-create' => [ - 'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventStockCreateInternal'], - ], - '/POST:Module:Billing\-bill(_element)*\-(create|delete|update)/' => [ - 'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventBillUpdateInternal'], - ], ]; diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 6a18754..864b127 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -8,7 +8,7 @@ "uri": null, "target": "self", "icon": "fa fa-cube", - "order": 55, + "order": 50, "from": "WarehouseManagement", "permission": { "permission": 2, "category": null, "element": null }, "parent": 0,