---
title: "Breaking: #83244 - Fluid Widget Links do not add cacheHash parameter by default anymore"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-83244"
source: "Changelog/9.0/Breaking-83244-FluidWidgetLinksDoNotAddCacheHashParameterByDefaultAnymore.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #83244 - Fluid Widget Links do not add cacheHash parameter by default anymore

See [forge#83244](https://forge.typo3.org/issues/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 `<f:widget.link>` and the `<f:widget.uri>` 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 `<f:widget.link>` or `<f:widget.uri>` 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".
