.. include:: /Includes.rst.txt .. _breaking-83244: ======================================================================================= Breaking: #83244 - Fluid Widget Links do not add cacheHash parameter by default anymore ======================================================================================= See :issue:`83244` Description =========== When using links for fluid widgets (like Paginator widgets) it is not possible to disable the cHash calculation. A new argument `useCacheHash` for the :html:`` and the :html:`` ViewHelpers has been added to re-enable the previous behaviour. Additionally, using cHash and addQueryString is counterproductive for deterministic caching purposes, thus this combination should not be set by TYPO3 core by default. Impact ====== Using the :html:`` or :html:`` ViewHelper will not generate a cHash anymore. Affected Installations ====================== Installations using extensions that are built around Fluid widgets. Migration ========= None. If necessary, activate the cHash calculation by using the newly introduced Fluid argument "useCacheHash". .. index:: Fluid, NotScanned