diff --git a/public/typo3conf/ext/ep_products/Classes/Controller/AjaxDateController.php b/public/typo3conf/ext/ep_products/Classes/Controller/AjaxDateController.php index 6e0fe915..6ff3af1f 100644 --- a/public/typo3conf/ext/ep_products/Classes/Controller/AjaxDateController.php +++ b/public/typo3conf/ext/ep_products/Classes/Controller/AjaxDateController.php @@ -35,8 +35,6 @@ use EP\EpProducts\Service\DateService; use EP\EpProducts\Service\FilterService; use EP\EpProducts\Service\ResellerDataService; use EP\EpProducts\Traits\RequestArgumentTypeConversionTrait; -use EP\EpProducts\Utility\DateUtility; -use League\Period\Period; use TYPO3\CMS\Core\Utility\GeneralUtility; use TYPO3\CMS\Extbase\Mvc\Controller\ActionController; use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer; diff --git a/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript index f620b987..372c9356 100644 --- a/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript +++ b/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript @@ -132,6 +132,7 @@ tx_epproducts_ajax_json { 1 = list } } + features.requireCHashArgumentForActionArguments = 0 settings =< plugin.tx_epproducts.settings persistence =< plugin.tx_epproducts.persistence view =< plugin.tx_epproducts.view diff --git a/public/typo3conf/ext/ep_theme/Classes/ViewHelpers/Uri/AjaxViewHelper.php b/public/typo3conf/ext/ep_theme/Classes/ViewHelpers/Uri/AjaxViewHelper.php index 62a6f159..4b9aa8c2 100644 --- a/public/typo3conf/ext/ep_theme/Classes/ViewHelpers/Uri/AjaxViewHelper.php +++ b/public/typo3conf/ext/ep_theme/Classes/ViewHelpers/Uri/AjaxViewHelper.php @@ -66,7 +66,7 @@ class AjaxViewHelper extends ActionViewHelper } // Reset argument to keep it out of resulting url - $arguments['format'] = ''; + unset($arguments['format']); // Use root page uid as target unless provided if ($arguments['pageUid'] === null) { diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/DateSelect.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/DateSelect.vue index 00d35332..86c2b48f 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/DateSelect.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/DateSelect.vue @@ -74,6 +74,7 @@