8000 Template iheritance from parent bundle does not work. · Issue #21752 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Template iheritance from parent bundle does not work. #21752
Closed
@rafrsr

Description

@rafrsr
Q A
Bug report? yes
Feature request? no
BC Break report? yes
Symfony version v3.2.4

After update to v3.2.4 the inheritance of templates from parent bundle does not work. Create a loop and the application crash.

e.g.

I have a bundle called AdminBundle, with

  public function getParent()
    {
        return 'SonataAdminBundle';
    }

and override some templates:

delete.html.twig:

{% extends '@SonataAdmin/CRUD/delete.html.twig' %}

The above code works fine before the update, with: "version": "v3.2.1", but not with current version.

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

      0