Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Bug]: custom renderlet config is not passed as query parameters #18632

@jdreesen

Description

@jdreesen

Pimcore version

11.5

Steps to reproduce

Create a template with a renderlet editable and pass some custom parameters as stated in the docs.

Actual Behavior

When you try to fetch them in the controller from the request query bag as stated in the docs, the bag is empty.

Instead of being in the query bag, they are in the attributes bag and must be accessed via $request->attributes->get('yourKey')

Expected Behavior

Being able to fetch them from the query bag like $request->query->get('yourKey').

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions