Hi Peter, > if I delete a leaf node I still > need to update the tree to make sure there are no gaps left in the > left/right values, right?
No, that will be managed for you by the plugin. So the beauty of the plugin is all that work is managed by the plugin. A couple of things i have found: 1 ) Cross tree moves don't seem to be properly supported? Can someone else confirm this? 2 ) I think there is a missing criteria in version 0.8.2 onwards of the plugin. I've submitted a ticket: http://trac.symfony-project.com/trac/ticket/1796 And I currently use my own patched version of the plugin. It also includes a new method isDescendantOf() which I needed. Ticket for proposed enhancement here: http://trac.symfony-project.com/trac/ticket/1797 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
