Actions
Bug #97040
closedValidators cannot be removed in form editor
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2022-02-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
Description
Problem¶
A validator cannot be removed visually if not all of the required information of the validator have been provided.
How to reproduce?¶
- create new form element of type "Text"
- add validator of type "String length", do not enter the required information -> the background of the validator is still red
- delete the validator (icon garbage bin)
- click "Remove" in modal -> the modal is still visible, the form element has changed on the stage (validation information gone)
- close modal via "x"
- create a new for element
- switch back to the "Text" element you've created in the first place -> the validator is gone
- for this element add the "String length" validator again, do not enter the required information
- delete the validator (icon garbage bin)
- click "Remove" in modal -> same problem as before
Actions