This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ protected function getPersistenceNode()
63
63
->addDefaultsIfNotSet ()
64
64
->canBeEnabled ()
65
65
->children ()
66
- ->scalarNode ('route_basepath ' )->defaultValue ('/cms/routes ' )->end ()
66
+ ->scalarNode ('route_basepath ' )->defaultValue ('/cms/routes ' )->cannotBeEmpty ()-> end ()
67
67
->end ()
68
68
->end () // phpcr
69
69
->end ();
Original file line number Diff line number Diff line change 22
22
<tag name =" doctrine_phpcr.event_listener" event =" onFlush" />
23
23
<tag name =" doctrine_phpcr.event_listener" event =" endFlush" />
24
24
</service >
25
+
26
+ <service id =" cmf_routing_auto.initializer" class =" Doctrine\Bundle\PHPCRBundle\Initializer\GenericInitializer" >
27
+ <argument >CmfRoutingAutoBundle</argument >
28
+ <argument type =" collection" >
29
+ <argument >%cmf_routing_auto.persistence.phpcr.route_basepath%</argument >
30
+ </argument >
31
+ <tag name =" doctrine_phpcr.initializer" />
32
+ </service >
25
33
</services >
26
34
</container >
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"symfony-cmf/routing-auto" : " 1.0.*" ,
15
15
"symfony-cmf/routing-bundle" : " ~1.2" ,
16
- "symfony-cmf/core-bundle" : " ~1.1 " ,
16
+ "symfony-cmf/core-bundle" : " ~1.2 " ,
17
17
"aferrandini/urlizer" : " 1.0.*" ,
18
18
"symfony/config" : " ~2.2" ,
19
19
"jms/metadata" : " 1.5.*"
You can’t perform that action at this time.
0 commit comments