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

FluidTYPO3 / flux / 14769934296 / 1
93%
development: 93%

Build:
DEFAULT BRANCH: development
Ran 01 May 2025 04:45AM UTC
Files 224
Run time 6s
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: 90.392%. Remained the same
14769934296.1

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

6868 of 7598 relevant lines covered (90.39%)

9.48 hits per line

Source Files on job typo3-^10.4-php-7.4 - 14769934296.1
  • Tree
  • List 224
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14769934296
  • 5caae59d on github
  • Prev Job for on development (#14746865569.1)
  • Next Job for on development (#14774312199.5)
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