Task #96597
closedEpic #96323: TYPO3 Backend: ES6 Module (ESM) support
Avoid TBE_EDITOR declaration via synchronous script tag:
100%
Description
typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js is loaded for every FormEngine invocation but never actually used in core. Declarare TBE_EDITOR ondemand, if needed.
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/+/73099
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 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/+/73099
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 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/+/73099
Updated by Benjamin Franzke almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ba2cae542c5d46f23807434753fbec98a65b4622.
Updated by Benjamin Franzke almost 3 years ago
- Related to Bug #96782: Custom FormEngine evaluations ignored since #96597 added