FluidTYPO3 / flux

TYPO3 extension Flux: Dynamic Fluid FlexForms
https://fluidtypo3.org
146 stars 212 forks source link

Native TCA fields broke section fields in TYPO3 v12 #2110

Closed rolfd closed 1 year ago

rolfd commented 1 year ago

It seems this commit broke the section fields.

Once <flux:form.section> is used, it will result in the following exception:

Call to undefined method FluidTYPO3\Flux\Form\Container\Section::isNative() in vendor/fluidtypo3/flux/Classes/Provider/AbstractProvider.php line 585

Also, the following warning is thrown when a new section is added in the backend:

PHP Warning: Undefined array key "row" in vendor/fluidtypo3/flux/Classes/Integration/FormEngine/UserFunctions.php line 81

Branch: development TYPO3: 12.4.4

NamelessCoder commented 1 year ago

First issue fixed by https://github.com/FluidTYPO3/flux/commit/c8dc44476dc132699f4300e69148d09125f633d4. Second issue fixed by https://github.com/FluidTYPO3/flux/commit/78fb100e8ca50f0f23830fb2be8445c2b88fbd7d.