Skip to content
Snippets Groups Projects
Commit 835a9e15 authored by Daniel Siepmann's avatar Daniel Siepmann Committed by Christian Kuhn
Browse files

[DOCS] Update outdated information about FlashMessagesViewHelper caching

The ViewHelper does not clear cache since 7.3.0 change:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/34818
Still the documentation states it will clear cache.

Instead users need to take care to properly clear cache.
The background:

FlashMessages often tend to be part of a process and already work with
proper cHash and URLs. Unique URLs often lead to unique output of
FlashMessages.
Under some circumstances flash messages might be created before
redirecting to a generic URL.

Resolves: #93636
Releases: master, 10.4
Change-Id: I15479d31671a04ce12336583767277f0fc25cbca
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68173


Tested-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent d6d7acf6
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment