georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 358 forks source link

[TASK] Remove addQueryStringMethod usage in templates #2160

Closed derhansen closed 1 year ago

derhansen commented 1 year ago

The ViewHelper argument addQueryStringMethod has been deprecated in TYPO3 11 and removed in TYPO3 12. This currently leads to an exception when using the Bootstrap 5 template and the tag list view.

See https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-93041-RemoveTypoScriptOptionAddQueryStringmethod.html

Closes #2159