G
G
gog692016-08-04 12:50:45
symfony
gog69, 2016-08-04 12:50:45

Inherited from the bundle but the system continues to load the views from the old one?

https://github.com/javiereguiluz/EasyAdminBundle

class myEasyAdminBundle extends Bundle
{
    public function getParent()
    {
        return "EasyAdminBundle";
    }

}

I get the error
An exception has been thrown during the rendering of a template ... in @EasyAdmin/default/field_json_array.html
it doesn't even try to look for the view that is in myEasyAdminBundle (the path to the view is identical)
I assume that it's @EasyAdmin - an alias is used
how to fix?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Skobkin, 2016-08-04
@skobkin

Looked in the documentation ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question