SonataExtraAdminBundle
SonataExtraAdminBundle copied to clipboard
Hi, Does this bundle still active ? It's a value added bundle and I'd like to use it but I'm afraid of code maintenance. The main bundle used, Stof doctrine...
Hi, https://github.com/picoss/SonataExtraAdminBundle/blob/master/Entity/Repository/SortableRepository.php#L21 This line uses a class from `gedmo/doctrine-extensions` but this package is not required by composer. Even if `SortableRepository` is not used directly by my script (I don't use...
Is there a chance this will be updated to support 3.0.0?
According to the 'Resources/doc/show_view_types.md` file: > #### Available options > > ``` php > protected function configureShowFields(ShowMapper $showMapper) > { > $showMapper > ... > ->add('picture', 'image', [ > 'prefix'...
According to the 'Resources/doc/show_view_types.md` file: > #### Available options > > ``` php > protected function configureShowFields(ShowMapper $showMapper) > { > $showMapper > ... > ->add('picture', 'image', [ > 'prefix'...
Hi, the Listeners etc are not setup, since somehow in my project the enity_manager is not there yet, when compiler passes are read. Any idea?