I am creating a CMS with Symfony2 and SonataAdminBundle.
When I put this:
->add('tags', 'sonata_type_model', array('expanded' => true))
I get the + button but when I click the button I get JS error: "Object [object Object] has no method 'dialog'"
Does anyone know why?