From 421b84f25eb6fde7faee21e7b904cd957057ad9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Fri, 7 Jun 2019 14:42:53 +0200 Subject: [PATCH] Enable skipping of default arguments --- .../ext/ep_products/Configuration/TypoScript/setup.typoscript | 1 + 1 file changed, 1 insertion(+) diff --git a/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript index 4e2d6ea2..8a50181f 100644 --- a/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript +++ b/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript @@ -60,6 +60,7 @@ plugin.tx_epproducts { # The following is required to avoid cHash errors caused by additional query parameters (fx 'pa') # There has to be a better solution though features.requireCHashArgumentForActionArguments = 0 + features.skipDefaultArguments = 1 } config.tx_extbase.persistence.classes {