Project

General

Profile

Bug #104612

Updated by Mathias Brodala 3 days ago

Having a form using @Fieldset@ elements without any @fluidAdditionalAttributes@ fails with an error since TYPO3 12.4.18: 

 > PHP Warning: foreach() argument must be of type array|object, string given in /.../vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 135 

 This is caused by the change in #102291. The @{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}@ part evaluates to an empty string which lets @f:for@ fail since this is not traversable. #102291

Back