Skip to content
Snippets Groups Projects
Commit 40ae9c5c authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Daniel Goerz
Browse files

[BUGFIX] Allow removal of RegularExpression validator

Add the missing "delete" button to the RegularExpression
validator for form elements "Telephone" and "Url", allowing
to remove a previously manually added validator again.

Note: The "Email" and "Number" form elements do both also
include validators which are missing the "delete" button. But
since this validators (email validator respectively number
validator) are added automatically on form element creation,
it's considered intended behaviour. Only validators which were
added manually must provide the option to delete them again.

Resolves: #92916
Releases: master, 10.4
Change-Id: I56969395ccb8237af6b48ed1793e1af9afc21423
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66877


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 90ca7677
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment