Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

garvinhicking
Copy link
Contributor

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

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:

* https://forge.typo3.org/issues/105562
* FriendsOfTYPO3/introduction#115

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, 15.x
@garvinhicking garvinhicking changed the title [BUGFIX] Remove use of removed ViewHelper usage in EXT:indexed_search [BUGFIX] Adapt use of removed ViewHelper in EXT:indexed_search Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant