0

My dashboard in Sonata Admin is completely weird.

I've removed the bundle from vendors and web. Update with composer (all dev-versions of sonata) and clear the cache.

Still weird.

erro http://img21.imageshack.us/img21/246/qgy8.png

Munir
  • 739
  • 2
  • 14
  • 38

1 Answers1

1

There has been an udpdate in the block_admin_list.html.twig in sonata admin bundle. See this commit

If you want to go back to the previous template, download this version of block_admin_list.html.twig and put this file in you app/Resources/view.

Now update your config.yml to change the list_block template :

sonata_admin:
    # your config
    # ...
    templates:
        list_block: ::block_admin_list.html.twig

I add the same bug yesterday and this workaround works fine.

Hope this helps

Picoss
  • 2,047
  • 13
  • 14
  • That's all you did? Cause now it's look like this: [link](http://oi39.tinypic.com/2iiwpib.jpg) – Munir Sep 21 '13 at 00:35