Re: [symfony-users] Doctrine - nested set - node deletion

2010-04-30 Thread Alexandru-Emil Lupu
Check http://redotheoffice.com/?p=74 It implements a dragdrop admin... sent via htc magic On Apr 29, 2010 10:29 PM, Alessandro Massignan ff...@gmail.com wrote: Hi all, i've set up a nested set behaviour and generate the admin section for this one, but something doesn't work at all: node

Re: [symfony-users] Doctrine - nested set - node deletion

2010-04-30 Thread Alessandro Massignan
Check http://redotheoffice.com/?p=74 It implements a dragdrop admin... sent via htc magic Thanks! I'll check it out ASAP... :-) Cheers, ff -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you

[symfony-users] Doctrine - nested set - node deletion

2010-04-29 Thread Alessandro Massignan
Hi all, i've set up a nested set behaviour and generate the admin section for this one, but something doesn't work at all: node deletion. I've updated the executeDelete() to handle node deletion: public function executeDelete(sfWebRequest $request) { $request- checkCSRFProtection();