Bug #92350
closedImmediateActionElement is a dependency creep
100%
Description
The module ImmediateActionElement
is used to render a define a custom HTML tag triggering certain actions once it's rendered, like reloading the module menu or the backend's topbar. To achieve this, it needs functionality from the modules TYPO3.ModuleMenu.App.refreshMenu
and TYPO3.Backend.Topbar.refresh
.
This module is loaded at a very early stage where those dependencies cannot do anything meaningful as there is nothing to do, namely the backend module, which causes JavaScript warnings and increases loading time.
In a perfect world, there would be some kind of a hooking system and no hardcoded list of actions, but we're not there, yet.
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65795
Updated by Gerrit Code Review almost 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65795
Updated by Gerrit Code Review almost 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65795
Updated by Gerrit Code Review almost 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65795
Updated by Andreas Fernandez almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 60c68ede9ad266994a2dc27a0cbb8005be0a71ec.
Updated by Gerrit Code Review almost 4 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67312
Updated by Andreas Fernandez almost 4 years ago
- Status changed from Under Review to Resolved
Applied in changeset 55b88d07f8444c62267807d1a239aa5c89bb22f0.