[symfony-users] [Symfony2 - SonataUserBundle] Why did you remove the getParent method from SonataUserBundle?

2011-06-21 Thread keymaster
Was your intent to remove any explicit inheritance to a particular user bundle implementation? If so, I guess we will have to add the inheritance ourselves to the user bundle of our choice... You may want to make that clearer in the documentation. -- If you want to report a vulnerability

Re: [symfony-users] [Symfony2 - SonataUserBundle] Why did you remove the getParent method from SonataUserBundle?

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 18:08, keymaster a écrit : Was your intent to remove any explicit inheritance to a particular user bundle implementation? If so, I guess we will have to add the inheritance ourselves to the user bundle of our choice... You may want to make that clearer in the documentation.

Re: [symfony-users] [Symfony2 - SonataUserBundle] Why did you remove the getParent method from SonataUserBundle?

2011-06-21 Thread Thomas Rabaix
Best of both world : https://github.com/sonata-project/UserBundle/commit/374b9397f28ab52de15208486a497e98b855e9c5 On Tue, Jun 21, 2011 at 6:48 PM, Thomas Rabaix tho...@rabaix.net wrote: You can still create your own bundle which extends FOSUserBundle. But yes this duplicate the EasyExtends