Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native TCA fields broke section fields in TYPO3 v12 #2110

Closed
rolfd opened this issue Aug 2, 2023 · 1 comment
Closed

Native TCA fields broke section fields in TYPO3 v12 #2110

rolfd opened this issue Aug 2, 2023 · 1 comment

Comments

@rolfd
Copy link

rolfd commented Aug 2, 2023

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
Copy link
Member

First issue fixed by c8dc444.
Second issue fixed by 78fb100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants