mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-13 08:58:41 +00:00
bug fixes
This commit is contained in:
parent
96c341488c
commit
4aa6376238
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\ContractManagement\Controller;
|
namespace Modules\ContractManagement\Controller;
|
||||||
|
|
||||||
use Modules\Dashboard\Models\DashboardElementInterface;
|
|
||||||
use Modules\ContractManagement\Models\PermissionState;
|
use Modules\ContractManagement\Models\PermissionState;
|
||||||
use phpOMS\Account\PermissionType;
|
use phpOMS\Account\PermissionType;
|
||||||
use phpOMS\Asset\AssetType;
|
use phpOMS\Asset\AssetType;
|
||||||
|
|
@ -34,6 +33,6 @@ use phpOMS\Views\View;
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class BackendController extends Controller implements DashboardElementInterface
|
final class BackendController extends Controller
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -64,9 +64,7 @@ class Controller extends ModuleAbstract
|
||||||
* @var string[]
|
* @var string[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static array $providing = [
|
protected static array $providing = [];
|
||||||
'Navigation',
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dependencies.
|
* Dependencies.
|
||||||
|
|
|
||||||
19
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.en.lang.php
Normal 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',
|
||||||
|
]];
|
||||||
|
|
@ -37,15 +37,6 @@
|
||||||
"from": "ContractManagement",
|
"from": "ContractManagement",
|
||||||
"file": "ContractManagement"
|
"file": "ContractManagement"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"pid": [
|
|
||||||
"/"
|
|
||||||
],
|
|
||||||
"type": 4,
|
|
||||||
"for": "Navigation",
|
|
||||||
"from": "ContractManagement",
|
|
||||||
"file": "ContractManagement"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"pid": [
|
"pid": [
|
||||||
"/"
|
"/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user