mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-27 00:48:44 +00:00
Test fixes
This commit is contained in:
parent
e3dd7ba360
commit
ebeae9a1c0
|
|
@ -254,13 +254,13 @@
|
|||
"null": false
|
||||
},
|
||||
"contractmgmt_attr_type_required": {
|
||||
"description": "Every contract must have this attribute type if set to true.",
|
||||
"comment": "Every contract must have this attribute type if set to true.",
|
||||
"name": "contractmgmt_attr_type_required",
|
||||
"type": "TINYINT(1)",
|
||||
"null": false
|
||||
},
|
||||
"contractmgmt_attr_type_pattern": {
|
||||
"description": "This is a regex validation pattern.",
|
||||
"comment": "This is a regex validation pattern.",
|
||||
"name": "contractmgmt_attr_type_pattern",
|
||||
"type": "VARCHAR(255)",
|
||||
"null": false
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# Structure
|
||||
|
||||
## ER
|
||||
|
||||

|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB |
|
|
@ -22,7 +22,7 @@ return ['ContractManagement' => [
|
|||
'End' => 'Ende',
|
||||
'Files' => 'Dateien',
|
||||
'Name' => 'Name',
|
||||
'ContractType' => 'Vertragsart',
|
||||
'ContractType' => 'Vertragsart',
|
||||
'Overview' => 'Übersicht',
|
||||
'Parties' => 'Parteien',
|
||||
'Start' => 'Start',
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ return ['ContractManagement' => [
|
|||
'End' => 'End',
|
||||
'Files' => 'Files',
|
||||
'Name' => 'Name',
|
||||
'ContractType' => 'Contract Type',
|
||||
'ContractType' => 'Contract Type',
|
||||
'Overview' => 'Overview',
|
||||
'Parties' => 'Parties',
|
||||
'Start' => 'Start',
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ use phpOMS\Uri\UriFactory;
|
|||
* @var \Modules\ContractManagement\Models\Contract $contract
|
||||
*/
|
||||
$contract = $this->data['contract'] ?? new NullContract();
|
||||
$isNew = $contract->id === 0;
|
||||
$isNew = $contract->id === 0;
|
||||
|
||||
echo $this->data['nav']->render(); ?>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": {
|
||||
"id": 1007900000,
|
||||
"internal": "ContractManagement",
|
||||
"external": "ContractManagement"
|
||||
"external": "Contract Management"
|
||||
},
|
||||
"category": "Tools",
|
||||
"version": "1.0.0",
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"creator": {
|
||||
"name": "Jingga",
|
||||
"website": "jingga.app"
|
||||
"website": "https://jingga.app"
|
||||
},
|
||||
"description": "ContractManagement module.",
|
||||
"directory": "ContractManagement",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user