From 79d4fc7b7e20043b972d5050f52ca0256d10563f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 28 Apr 2020 18:50:39 +0200 Subject: [PATCH] Disable uniqueInSite eval for the time being to avoid 404 --- composer.lock | 12 ++++++------ .../TCA/tx_epproducts_domain_model_product.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 2c6f2b4c..2acbfe46 100644 --- a/composer.lock +++ b/composer.lock @@ -5645,21 +5645,21 @@ }, { "name": "wazum/pagetree-resizable", - "version": "1.2.1", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/wazum/pagetree-resizable.git", - "reference": "5aaded72c936e3e69c52b825ae06efa293897446" + "reference": "55c17c5f63d2a7f5503066550b4e5a5496e3c15d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wazum/pagetree-resizable/zipball/5aaded72c936e3e69c52b825ae06efa293897446", - "reference": "5aaded72c936e3e69c52b825ae06efa293897446", + "url": "https://api.github.com/repos/wazum/pagetree-resizable/zipball/55c17c5f63d2a7f5503066550b4e5a5496e3c15d", + "reference": "55c17c5f63d2a7f5503066550b4e5a5496e3c15d", "shasum": "" }, "require": { "php": ">=7.0.0", - "typo3/cms-core": "^8.7 || ^9.5 || ^10.2" + "typo3/cms-core": "^8.7 || ^9.5 || ^10.4" }, "type": "typo3-cms-extension", "autoload": { @@ -5672,7 +5672,7 @@ "GPL-3.0" ], "description": "Make the backend page tree horizontally resizable", - "time": "2020-02-19T18:58:52+00:00" + "time": "2020-04-28T13:05:28+00:00" }, { "name": "yoast-seo-for-typo3/yoast_seo", diff --git a/public/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_product.php b/public/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_product.php index c5b062b4..494d699d 100644 --- a/public/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_product.php +++ b/public/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_product.php @@ -829,7 +829,7 @@ return [ ], ], 'fallbackCharacter' => '-', - 'eval' => 'uniqueInSite', + //'eval' => 'uniqueInSite', ], ], 'non_bookable_dates' => [