Skip to content
Snippets Groups Projects
Commit 1981e762 authored by Helmut Hummel's avatar Helmut Hummel Committed by Georg Ringer
Browse files

[BUGFIX] Fix adding assets from uncached plugins

AssetCollector is a singleton, but of course does not survive requests.
Since uncached plugins should be able to access asset state from cached TypoScript
or other uncached plugins, we must make sure this state is serialized in the cache
(PageRenderer is serialized) and restored from cache.

Releases: master
Resolves: #90537

Change-Id: I6f954aecf0d83e0e81fca45167cdb31734af9e81
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63433


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Eßl <indy.essl@gmail.com>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 6f186ff9
Branches
Tags
No related merge requests found
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