sonata-project / SonataDoctrinePhpcrAdminBundle

[Abandoned] Symfony Sonata / Integrate Doctrine PHPCR into the SonataAdminBundle
https://sonata-project.org
MIT License
34 stars 92 forks source link

fix doctrine_phpcr_type_tree_model to be usable multiple times again #76

Closed dbu closed 11 years ago

dbu commented 11 years ago

on the menu items, we use two trees, one for the parent, the other for the linked content. since the last update, the parent tree is showing the content as well. the sonata admin class looks correct to me, but the rendered html configures the tree to look in /cms/content

the problem is visible for example on http://cmf.lo/app_dev.php/de/admin/bundle/menu/menunode/cms/menu/main/edit

on the demo sandbox http://cmf.liip.ch/en/admin/bundle/menu/multilangmenuitem/cms/menu/main/edit it is still correct

@uwej711 not sure if your PR broke it - but whatever, do you think you can fix it?

uwej711 commented 11 years ago

Quite sure I broke it, will fix it asap ...

dbu commented 11 years ago

Fixed in #77