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', () => {