Actions
Bug #75803
closed7.6 only - some FormEngineValidation checks are not adding has-error class (which also results in save ignoring error)
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2016-04-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I think this is fixed in current master due to this change:
https://git.typo3.org/Packages/TYPO3.CMS.git/commit/003f99038a36c5d9e71ba44bd527246aa2d14fcd
in typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js
But in 7.6 FormEngineValidation.js adds the has-error class still in each individual error check.
However, that isn't done everywhere.
e.g. inline minitems / maxitems check not added at all and select minitems too.
However, this also results in the error being ignored on save.
Actions