Skip to content

Conversation

@Kanti
Copy link
Contributor

@Kanti Kanti commented Feb 6, 2026

if you have a ViewHelper that has a required argument like 'record'.
And you use

    public function getContentArgumentName(): string
    {
        return 'record';
    }

and then you want to use:

{record -> my:vh()}

you currently get this error:

Fluid parse error in template template_..., line 19 at character 1. Error: Required argument "record" was not supplied. (error code 1237823699). Template source chunk: ...

@s2b
Copy link
Contributor

s2b commented Feb 6, 2026

As discussed: I'd rather not do it like this and instead fix it properly with Fluid 6, see #1303.

@s2b s2b closed this Feb 6, 2026
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

Successfully merging this pull request may close these issues.

2 participants