Skip to content

Sulu DefaultController indexAction first Parameter should be request #694

@alexander-schranz

Description

@alexander-schranz
Sulu\Bundle\WebsiteBundle\Controller\DefaultController:indexAction(StructureInterface $structure, $preview = false, $partial = false)

should be change to:

Sulu\Bundle\WebsiteBundle\Controller\DefaultController:indexAction(Request $request, StructureInterface $structure, $preview = false, $partial = false)

And all based Controllers must then also be changed!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions