diff --git a/Admin/Install/db.json b/Admin/Install/db.json index f3889fa..b49ec7e 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -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 diff --git a/Docs/Dev/en/structure.md b/Docs/Dev/en/structure.md deleted file mode 100755 index 81d0bd8..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/ContractManagement/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/Docs/Dev/img/er.png b/Docs/Dev/img/er.png deleted file mode 100644 index 3979775..0000000 Binary files a/Docs/Dev/img/er.png and /dev/null differ diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 3ef9d35..afe1c1b 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -22,7 +22,7 @@ return ['ContractManagement' => [ 'End' => 'Ende', 'Files' => 'Dateien', 'Name' => 'Name', - 'ContractType' => 'Vertragsart', + 'ContractType' => 'Vertragsart', 'Overview' => 'Übersicht', 'Parties' => 'Parteien', 'Start' => 'Start', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 2978dd4..5af43ec 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -22,7 +22,7 @@ return ['ContractManagement' => [ 'End' => 'End', 'Files' => 'Files', 'Name' => 'Name', - 'ContractType' => 'Contract Type', + 'ContractType' => 'Contract Type', 'Overview' => 'Overview', 'Parties' => 'Parties', 'Start' => 'Start', diff --git a/Theme/Backend/contract-view.tpl.php b/Theme/Backend/contract-view.tpl.php index ccc9548..df510f5 100644 --- a/Theme/Backend/contract-view.tpl.php +++ b/Theme/Backend/contract-view.tpl.php @@ -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(); ?> diff --git a/info.json b/info.json index 2642d51..52f39f6 100755 --- a/info.json +++ b/info.json @@ -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",