Actions
Bug #88391
closedchash not generated in f:widget.paginate ViewHelper
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2019-05-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
chash is not generated for links in f:widget.paginate. useCacheHash argument is missing and not passed to f:widget.link resulting in a non working Paginate in combination with Extbase
Updates required in:
- Arguments of viewhelper, add useCacheHash
- Provide the useCacheHash to f:widget:link in Index.html
Updated by Josef Glatz over 5 years ago
- Related to Bug #84568: chash not generated added
Updated by Benni Mack over 4 years ago
- Subject changed from chash not generated to chash not generated in f:widget.paginate ViewHelper
Updated by Oliver Hader almost 3 years ago
- Related to Task #92529: Remove fluid widgets added
Updated by Oliver Hader almost 3 years ago
- Status changed from New to Closed
All fluid widgets have been removed in TYPO3 v11.0 - see https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-92529-AllFluidWidgetFunctionalityRemoved.html
Besides that, with introducing URL routing in TYPO3 v9 LTS, cHash
is applied automatically when required, independent from useCacheHash
settings.
Actions