Actions
Bug #96663
closedRedirect notification broken after upgrade from v11.5.3 to v11.5.5
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2022-01-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
JavaScriptHandler.js has been introduced with https://review.typo3.org/c/Packages/TYPO3.CMS/+/64123 and publish in v11.5.3
FLAG_USE_TOP_WINDOW has been added in https://review.typo3.org/c/Packages/TYPO3.CMS/+/72262 and was released in v11.5.4
When updating from v11.5.3 the browser may still deliver the cached JavaScriptHandler.js as no cache bust invalidation is present.
This results in redirect slug updater notification which uses to be executed in the list_frame (as the v11.5.3 JavaScriptHandler.js doesn't know about FLAG_USE_TOP_WINDOW) where the context for the notification is not prepared.
Files
Actions