We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0967d50 commit 4b494e5Copy full SHA for 4b494e5
resources/config/routing/sonata_routing.yml
@@ -14,3 +14,6 @@ admin_dashboard:
14
defaults:
15
_controller: FrameworkBundle:Redirect:redirect
16
route: sonata_admin_dashboard
17
+
18
+fos_js_routing:
19
+ resource: @FOSJsRoutingBundle/Resources/config/routing/routing.xml
src/Symfony/Cmf/Component/Testing/HttpKernel/TestKernel.php
@@ -43,6 +43,8 @@ public function init()
43
'\Sonata\AdminBundle\SonataAdminBundle',
44
'Knp\Bundle\MenuBundle\KnpMenuBundle',
45
'\Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle',
46
+ 'Symfony\Cmf\Bundle\TreeBrowserBundle\CmfTreeBrowserBundle',
47
+ 'FOS\JsRoutingBundle\FOSJsRoutingBundle',
48
));
49
50
parent::init();
0 commit comments