bug fixes

This commit is contained in:
Dennis Eichhorn 2021-06-05 11:01:03 +02:00
parent 96c341488c
commit 4aa6376238
4 changed files with 21 additions and 14 deletions

View File

@ -14,7 +14,6 @@ declare(strict_types=1);
namespace Modules\ContractManagement\Controller;
use Modules\Dashboard\Models\DashboardElementInterface;
use Modules\ContractManagement\Models\PermissionState;
use phpOMS\Account\PermissionType;
use phpOMS\Asset\AssetType;
@ -34,6 +33,6 @@ use phpOMS\Views\View;
* @link https://orange-management.org
* @since 1.0.0
*/
final class BackendController extends Controller implements DashboardElementInterface
final class BackendController extends Controller
{
}

View File

@ -64,9 +64,7 @@ class Controller extends ModuleAbstract
* @var string[]
* @since 1.0.0
*/
protected static array $providing = [
'Navigation',
];
protected static array $providing = [];
/**
* Dependencies.

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Contracts
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Create',
'Contract' => 'Contract',
'List' => 'List',
]];

View File

@ -37,15 +37,6 @@
"from": "ContractManagement",
"file": "ContractManagement"
},
{
"pid": [
"/"
],
"type": 4,
"for": "Navigation",
"from": "ContractManagement",
"file": "ContractManagement"
},
{
"pid": [
"/"