Actions
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
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2021-04-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions