Project

General

Profile

Bug #103863 ยป patch.diff

Mogens Fiebrandt, 2024-05-20 18:55

View differences:

Classes/ViewHelpers/CObjectViewHelper.php
*/
public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext): string
{
$data = $renderChildrenClosure();
$data = $renderChildrenClosure() ?? [];
$typoscriptObjectPath = (string)$arguments['typoscriptObjectPath'];
$currentValueKey = $arguments['currentValueKey'];
$table = $arguments['table'];
    (1-1/1)