mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-14 17:38:42 +00:00
Test fixes
This commit is contained in:
parent
e3dd7ba360
commit
ebeae9a1c0
|
|
@ -254,13 +254,13 @@
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"contractmgmt_attr_type_required": {
|
"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",
|
"name": "contractmgmt_attr_type_required",
|
||||||
"type": "TINYINT(1)",
|
"type": "TINYINT(1)",
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"contractmgmt_attr_type_pattern": {
|
"contractmgmt_attr_type_pattern": {
|
||||||
"description": "This is a regex validation pattern.",
|
"comment": "This is a regex validation pattern.",
|
||||||
"name": "contractmgmt_attr_type_pattern",
|
"name": "contractmgmt_attr_type_pattern",
|
||||||
"type": "VARCHAR(255)",
|
"type": "VARCHAR(255)",
|
||||||
"null": false
|
"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',
|
'End' => 'Ende',
|
||||||
'Files' => 'Dateien',
|
'Files' => 'Dateien',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'ContractType' => 'Vertragsart',
|
'ContractType' => 'Vertragsart',
|
||||||
'Overview' => 'Übersicht',
|
'Overview' => 'Übersicht',
|
||||||
'Parties' => 'Parteien',
|
'Parties' => 'Parteien',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ return ['ContractManagement' => [
|
||||||
'End' => 'End',
|
'End' => 'End',
|
||||||
'Files' => 'Files',
|
'Files' => 'Files',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'ContractType' => 'Contract Type',
|
'ContractType' => 'Contract Type',
|
||||||
'Overview' => 'Overview',
|
'Overview' => 'Overview',
|
||||||
'Parties' => 'Parties',
|
'Parties' => 'Parties',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ use phpOMS\Uri\UriFactory;
|
||||||
* @var \Modules\ContractManagement\Models\Contract $contract
|
* @var \Modules\ContractManagement\Models\Contract $contract
|
||||||
*/
|
*/
|
||||||
$contract = $this->data['contract'] ?? new NullContract();
|
$contract = $this->data['contract'] ?? new NullContract();
|
||||||
$isNew = $contract->id === 0;
|
$isNew = $contract->id === 0;
|
||||||
|
|
||||||
echo $this->data['nav']->render(); ?>
|
echo $this->data['nav']->render(); ?>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": {
|
"name": {
|
||||||
"id": 1007900000,
|
"id": 1007900000,
|
||||||
"internal": "ContractManagement",
|
"internal": "ContractManagement",
|
||||||
"external": "ContractManagement"
|
"external": "Contract Management"
|
||||||
},
|
},
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"creator": {
|
"creator": {
|
||||||
"name": "Jingga",
|
"name": "Jingga",
|
||||||
"website": "jingga.app"
|
"website": "https://jingga.app"
|
||||||
},
|
},
|
||||||
"description": "ContractManagement module.",
|
"description": "ContractManagement module.",
|
||||||
"directory": "ContractManagement",
|
"directory": "ContractManagement",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user