Task #93899
closedEpic #87417: Integrate proper Content Security Policy (CSP) handling
Task #87418: Refactor and remove usage of inline scripts in backend
Replace inline JS of FormEngine reload request
100%
Description
FormEngine is able to request a reload of the current document, if a field with dependents is changed, e.g. CType
. Currently, each of such fields has an onchange
or onclick
attribute, the latter for checkboxes, which either renders a modal to confirm the reload or saves the document and reloads the page, depending on the user's configuration.
In order to progress with the CSP efforts, the handling should get extracted.
Updated by Gerrit Code Review over 3 years ago
- Status changed from In Progress 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/+/68756
Updated by Gerrit Code Review over 3 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/+/68756
Updated by Gerrit Code Review over 3 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/+/68756
Updated by Andreas Fernandez over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 211821fbbc33f31f795b55c20c1ae515d20960eb.
Updated by Oliver Bartsch almost 3 years ago
- Related to Task #96261: Remove FormEngine.requestConfirmationOnFieldChange() added