Actions
Bug #101658
closedInconsistent database state breaks FormEngine frontend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-08-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There's currently a bug in DataHandler that creates a broken localization state, which in turn breaks the FormEngine frontend.
This can be reproduced in the following way:
- Create a new page and define the "Author Email" (to be found in the "Metadata" tab)
- Create a localization of the created page
- Update the localization, change the translation behavior of the "Author Email" field to "Custom value" and insert a custom value -> save
- Copy the whole page
- Edit the localization of the copied page
The underlying issue is caused by DataHandler since at least v11. In v12, jQuery is not used anymore in the offending part, revealing this issue.
Actions