• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / flux / 14700426280 / 3
93%
development: 93%

Build:
DEFAULT BRANCH: development
Ran 28 Apr 2025 04:44AM UTC
Files 224
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Apr 2025 09:18AM UTC coverage: 91.145%. Remained the same
14700426280.3

push

github

NamelessCoder
[BUGFIX] Generate [config][required] on TYPO3v12+ in form fields

TYPO3v12 uses a new config option for required form fields instead
of eval="required".

Using <flux:field.input> with a required="1" property causes TYPO3 to
log a deprecation notice:
> TYPO3 Deprecation Notice:
> FlexFormTools did an on-the-fly migration of a flex form data structure.
> This is deprecated and will be removed.
> Merge the following changes into the flex form definition
> "settings.field":
> The TCA field 'dummyField' of table 'dummyTable' defines "required"
> in its "eval" list.
> This is not evaluated anymore and should be replaced
> by `'required' => true`. in
> vendor/typo3/cms-core/Classes/Configuration/FlexForm/FlexFormTools.php
> line 1127

This patch introduces a new code path for TYPO3v12+:
"required" is not added to the "eval" configuration, but as a
separate config array key.

Changelog entries:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Deprecation-97035-RequiredOptionInEvalKeyword.html
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Feature-97035-UtilizeRequiredDirectlyInTCAFieldConfiguration.html

6927 of 7600 relevant lines covered (91.14%)

9.54 hits per line

Source Files on job typo3-^11.5-php-8.0 - 14700426280.3
  • Tree
  • List 224
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14700426280
  • 5caae59d on github
  • Prev Job for on development (#14688479005.2)
  • Next Job for on development (#14723490489.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc