Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust to routing cleanup #244

Merged
merged 11 commits into from
Apr 4, 2014
Merged

adjust to routing cleanup #244

merged 11 commits into from
Apr 4, 2014

Conversation

dbu
Copy link
Member

@dbu dbu commented Mar 31, 2014

adjust to symfony-cmf/routing-bundle#210 and friends.

phpcr:
route_basepaths:
- /cms/routes
- /cms/simple
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to adapt CoreBundle to prepent the right things.

@@ -34,7 +34,8 @@ public function load(ObjectManager $dm)
{
$session = $dm->getPhpcrSession();

$basepath = $this->container->getParameter('cmf_routing.dynamic.persistence.phpcr.route_basepath');
$basepath = $this->container->getParameter('cmf_routing.dynamic.persistence.phpcr.route_basepaths');
$basepath = reset($basepath);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmf_routing.dynamic.persistence.phpcr.admin_basepath would be possible now

@dbu dbu changed the title WIP adjust to routing cleanup adjust to routing cleanup Apr 4, 2014
persistence:
phpcr:
# TODO remove once https://github.com/jackalope/jackalope-doctrine-dbal/issues/189 is fixed
prefetch: 0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is now fixed.

dbu added a commit that referenced this pull request Apr 4, 2014
@dbu dbu merged commit bc40775 into master Apr 4, 2014
@dbu dbu deleted the routing-cleanup branch April 4, 2014 13:38
@dbu dbu mentioned this pull request Apr 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants