Skip to content

Template name generation changed in SensioFrameworkExtraBundle #1082

@bobvandevijver

Description

@bobvandevijver

In version 4.0 from SensioFrameworkExtraBundle the template name generation changed from camelCase to under_score (see changelog).

For example, before the update it was:
WespAdminBundle:authentication:verifyEmail.html.twig
and now it is
WespAdminBundle:authentication:verify_email.html.twig.

This unfortunately breaks the @Template annotation support, so I hope this can be updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions