Actions
Task #96785
closedEpic #96323: TYPO3 Backend: ES6 Module (ESM) support
Drop unneeded ModuleStateStorage JavaScript include
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2022-02-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The ModuleStateStorage introduced in #94762
as replacement for fsMod is only used via an
<typo3-immediate-action> custom element
(provided by ModuleTemplate), but had a fallback
that requires the ModuleStateStorage to always
be loaded in the page layout.
With the removal of the fsMod shim in #96289,
the unneeded include can be removed as the module is
loaded dynamically via ImmediateActionElement.js.
Updated by Benjamin Franzke almost 3 years ago
- Related to Task #96289: Remove fsMod added
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73354
Updated by Benjamin Franzke almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fc94e4e70767ba874692d4b3dbe24b5c0eab9831.
Actions