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

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

Build:
DEFAULT BRANCH: development
Ran 28 Apr 2025 04:44AM UTC
Files 224
Run time 7s
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.258%. Remained the same
14700426280.2

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

6856 of 7596 relevant lines covered (90.26%)

9.38 hits per line

Source Files on job typo3-^13.4-php-8.3 - 14700426280.2
  • 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.7)
  • 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