|
Ran
|
Files
163
|
Run time
5s
|
Badge
README BADGES
|
push
travis-ci
[BUGFIX] Avoid adding range in TCA if not specified If using `<flux:field.input .../>` without `maximum` and `minimum`, then `NULL` was used for upper and lower in the range definition. Since commit https://github.com/TYPO3/TYPO3.CMS/commit/c6d12307d this results into an error in the FormEngineValidation.js. NULL is converted to '0'. A range test of lower 0 to upper 0 will be done and marks the field as not valid if the value is not 0. There is also a wrong check with the test on $minimum >= 0 or $maximum >= 0. Now it is possible to use negative values for minimum or maximum.
4957 of 5301 relevant lines covered (93.51%)
15.92 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|