Bug #101658
closedInconsistent database state breaks FormEngine frontend
100%
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.
Updated by Gerrit Code Review over 1 year ago
- Status changed from In Progress 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/+/80517
Updated by Gerrit Code Review over 1 year 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/+/80517
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80523
Updated by Andreas Fernandez over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 943f824a6f388f1c66cc2a08485f4c7dbb9639aa.