|
Ran
|
Jobs
1
|
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.
1 of 1 new or added line in 1 file covered. (100.0%)
4957 of 5301 relevant lines covered (93.51%)
15.92 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 5 | 2170.5 (CHECKSTYLE="YES" COVERAGE="YES") | 0 |
93.51 |
Travis Job 2170.5 |