benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 205 forks source link

[BUGFIX] Adapt use of removed ViewHelper in EXT:indexed_search #1537

Open garvinhicking opened 2 weeks ago

garvinhicking commented 2 weeks ago

With https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102945-PaginationOfIndexedSearchReplaced.html the ViewHelpers is:pageBrowsingResults and is:pageBrowsing have been removed.

bootstrap_package for TYPO3 v13 needs adaption to prevent a PHP error when using the adapted indexed_search template.

This has also been reported with:

The latter needs to be updated to a new release of EXT:bootstrap_package once this bugfix has been merged.

I do not know / did not check, if this template would work in TYPO3 v12, so maybe a different template needs to be used for TYPO3 v12.

Releases: master, BP 15.x