Actions
Bug #99332
closedForm: Fields are marked as deleted when created in Container Elements
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2022-12-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
form yaml field container deleted (project zwr)
Complexity:
Is Regression:
Sprint Focus:
Description
When creating a new empty form, newly inserted fields are marked as 'deleted' if they are inside a form container element like "Container" or "Grid: Row".
The fields are still displayed and processed normally in the backend and frontend.
Either this logic is not clear to me, or it is a bug.
Attached is a newly created test form in which text-2 is incorrectly marked as deleted.
renderingOptions: fieldState: text-2: renderingOptions: deleted: 1
Files
Actions