SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.
I have some immutable attributes on my entity to administrate with sonata-admin bundle. I want to show them in the …
php symfony sonata-admin symfony-sonataAs you know, sonata admin bundle comes with three buttons in edit page which are "Add new, update and delete". …
symfony sonata-adminIn SonataAdminBundle in Admin class I cannot make an orderBy on ManyToMany field. For example Author and Book. Author can …
symfony symfony-sonata sonata-adminJust found out about this new project Symfony2 Admin Generator. It is for easy development of backends for symfony2 based …
symfony sonata-adminI have ManyToMany related entities Partner and District, but when i editing relationships between object of entities changes are not …
symfony many-to-many sonata-adminI have a list of elements of type Vehicle and I show these elements with Sonata Admin. I allow to …
symfony sonata-adminI've been googling as crazy the last days trying to figure out (with no success) how override a SonataAdmin action …
php symfony sonata-adminI need to install the SonataUserBundle to be able to install the SonataNewsBundle. I followed the installation Tutorial step by …
symfony symfony-2.1 symfony-sonata sonata-adminSo, in edit action of Sonata Admin I'm trying to display different form fields depending on create or edit context. …
symfony symfony-sonata sonata-adminIS there a simple way to disable some CRUD actions for given admin class? E.g. I just want a …
symfony sonata-admin