From 074572a8b7824e66f8aa9064d3b6403b01250e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 7 Nov 2018 17:02:58 +0100 Subject: [PATCH] Fix pa code not being appended to search result items --- .../ext/ep_products/Configuration/TypoScript/setup.txt | 3 +++ web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js | 1 + 2 files changed, 4 insertions(+) diff --git a/web/typo3conf/ext/ep_products/Configuration/TypoScript/setup.txt b/web/typo3conf/ext/ep_products/Configuration/TypoScript/setup.txt index be4ba7e3..22067850 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TypoScript/setup.txt +++ b/web/typo3conf/ext/ep_products/Configuration/TypoScript/setup.txt @@ -56,6 +56,9 @@ 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 } config.tx_extbase.persistence.classes { diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js index 31391dc0..5de5fdbd 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js @@ -379,6 +379,7 @@ new Vue({ this.initTooltips(); this.initImageLazyLoading(); this.initFilterpanel(); + this.appendPaCode(); }); }); EventBus.$on('tableLoaded', () => {