From 9038c513a1b8ab421b24d224294548d900b0beca Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Apr 2025 13:33:50 +0000 Subject: [PATCH] bug fixes --- .gitignore | 0 Admin/Install/Tag.install.json | 0 Admin/Install/Tag.php | 0 Admin/Routes/Web/Api.php | 0 Controller/ApiAttributeController.php | 0 Controller/ApiContractTypeController.php | 0 ICLA.txt | 0 Models/Attribute/ContractAttributeMapper.php | 0 Models/Attribute/ContractAttributeTypeL11nMapper.php | 0 Models/Attribute/ContractAttributeTypeMapper.php | 0 Models/Attribute/ContractAttributeValueL11nMapper.php | 0 Models/Attribute/ContractAttributeValueMapper.php | 0 Theme/Backend/contract-type-list.tpl.php | 0 Theme/Backend/contract-type.tpl.php | 0 Theme/Backend/contract-view.tpl.php | 0 composer.json | 0 composer.lock | 0 tests/Autoloader.php | 0 tests/Bootstrap.php | 0 tests/Controller/Api/ApiControllerAttributeTrait.php | 0 tests/Controller/Api/ApiControllerContractTrait.php | 0 tests/Controller/Api/ApiControllerContractTypeTrait.php | 0 tests/Controller/Api/test.pdf | 0 tests/phpunit_default.xml | 0 24 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Admin/Install/Tag.install.json mode change 100644 => 100755 Admin/Install/Tag.php mode change 100644 => 100755 Admin/Routes/Web/Api.php mode change 100644 => 100755 Controller/ApiAttributeController.php mode change 100644 => 100755 Controller/ApiContractTypeController.php mode change 100644 => 100755 ICLA.txt mode change 100644 => 100755 Models/Attribute/ContractAttributeMapper.php mode change 100644 => 100755 Models/Attribute/ContractAttributeTypeL11nMapper.php mode change 100644 => 100755 Models/Attribute/ContractAttributeTypeMapper.php mode change 100644 => 100755 Models/Attribute/ContractAttributeValueL11nMapper.php mode change 100644 => 100755 Models/Attribute/ContractAttributeValueMapper.php mode change 100644 => 100755 Theme/Backend/contract-type-list.tpl.php mode change 100644 => 100755 Theme/Backend/contract-type.tpl.php mode change 100644 => 100755 Theme/Backend/contract-view.tpl.php mode change 100644 => 100755 composer.json mode change 100644 => 100755 composer.lock mode change 100644 => 100755 tests/Autoloader.php mode change 100644 => 100755 tests/Bootstrap.php mode change 100644 => 100755 tests/Controller/Api/ApiControllerAttributeTrait.php mode change 100644 => 100755 tests/Controller/Api/ApiControllerContractTrait.php mode change 100644 => 100755 tests/Controller/Api/ApiControllerContractTypeTrait.php mode change 100644 => 100755 tests/Controller/Api/test.pdf mode change 100644 => 100755 tests/phpunit_default.xml diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Admin/Install/Tag.install.json b/Admin/Install/Tag.install.json old mode 100644 new mode 100755 diff --git a/Admin/Install/Tag.php b/Admin/Install/Tag.php old mode 100644 new mode 100755 diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php old mode 100644 new mode 100755 diff --git a/Controller/ApiAttributeController.php b/Controller/ApiAttributeController.php old mode 100644 new mode 100755 diff --git a/Controller/ApiContractTypeController.php b/Controller/ApiContractTypeController.php old mode 100644 new mode 100755 diff --git a/ICLA.txt b/ICLA.txt old mode 100644 new mode 100755 diff --git a/Models/Attribute/ContractAttributeMapper.php b/Models/Attribute/ContractAttributeMapper.php old mode 100644 new mode 100755 diff --git a/Models/Attribute/ContractAttributeTypeL11nMapper.php b/Models/Attribute/ContractAttributeTypeL11nMapper.php old mode 100644 new mode 100755 diff --git a/Models/Attribute/ContractAttributeTypeMapper.php b/Models/Attribute/ContractAttributeTypeMapper.php old mode 100644 new mode 100755 diff --git a/Models/Attribute/ContractAttributeValueL11nMapper.php b/Models/Attribute/ContractAttributeValueL11nMapper.php old mode 100644 new mode 100755 diff --git a/Models/Attribute/ContractAttributeValueMapper.php b/Models/Attribute/ContractAttributeValueMapper.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/contract-type-list.tpl.php b/Theme/Backend/contract-type-list.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/contract-type.tpl.php b/Theme/Backend/contract-type.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/contract-view.tpl.php b/Theme/Backend/contract-view.tpl.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/tests/Autoloader.php b/tests/Autoloader.php old mode 100644 new mode 100755 diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php old mode 100644 new mode 100755 diff --git a/tests/Controller/Api/ApiControllerAttributeTrait.php b/tests/Controller/Api/ApiControllerAttributeTrait.php old mode 100644 new mode 100755 diff --git a/tests/Controller/Api/ApiControllerContractTrait.php b/tests/Controller/Api/ApiControllerContractTrait.php old mode 100644 new mode 100755 diff --git a/tests/Controller/Api/ApiControllerContractTypeTrait.php b/tests/Controller/Api/ApiControllerContractTypeTrait.php old mode 100644 new mode 100755 diff --git a/tests/Controller/Api/test.pdf b/tests/Controller/Api/test.pdf old mode 100644 new mode 100755 diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml old mode 100644 new mode 100755