Task #103528
closedReplace @typo3/backend/document-save-actions module
100%
Description
The JavaScript module @typo3/backend/document-save-actions
was introduced in TYPO3 v7 to add some interactivity in FormEngine context.
At first it was only used to disable the submit button and render a spinner icon instead. Over the course of some years, the module got more functionality.
After some refactorings in FormEngine the module became rather a burden. This became visible with the introduction of the Hotkeys API, as the @typo3/backend/document-save-actions
module reacts on explicit click
events on the save icon, that is not triggered when FormEngine invokes a save action via keyboard shortcuts. Adjusting document-save-actions
's behavior is necessary, but would become a breaking change, which is unacceptable after the 13.0 release.
Updated by Gerrit Code Review 8 months ago
- Status changed from In Progress to Under Review
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/+/83643
Updated by Gerrit Code Review 8 months 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/+/83643
Updated by Gerrit Code Review 8 months ago
Patch set 4 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/+/83643
Updated by Gerrit Code Review 8 months ago
Patch set 5 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/+/83643
Updated by Andreas Fernandez 8 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 58c827b7baff2ef2a36d76613e83f545950ba0a9.
Updated by Christian Kuhn 29 days ago
- Related to Task #105436: Remove deprecated `@typo3/backend/document-save-actions` module added