Top "Sonata-admin" questions

SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.

Symfony2 Sonata Admin show attribute only as a readyonly text

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-sonata
Add custom button to edit page of sonata admin bundle

As you know, sonata admin bundle comes with three buttons in edit page which are "Add new, update and delete". …

symfony sonata-admin
SonataAdminBundle form field query

In SonataAdminBundle in Admin class I cannot make an orderBy on ManyToMany field. For example Author and Book. Author can …

symfony symfony-sonata sonata-admin
Symfony2 Admingenerator vs. Sonata admin

Just found out about this new project Symfony2 Admin Generator. It is for easy development of backends for symfony2 based …

symfony sonata-admin
many-to-many and sonata-admin-bundle

I have ManyToMany related entities Partner and District, but when i editing relationships between object of entities changes are not …

symfony many-to-many sonata-admin
Symfony2 - Give a default filter in a list of elements of Sonata Admin

I have a list of elements of type Vehicle and I show these elements with Sonata Admin. I allow to …

symfony sonata-admin
Symfony2: Overriding createAction() in SonataAdmin

I've been googling as crazy the last days trying to figure out (with no success) how override a SonataAdmin action …

php symfony sonata-admin
Bundle "ApplicationSonataUserBundle" does not exist or it is not enabled

I 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-admin
How to get underlying object in Sonata's Admin class when called by sonata_type_admin?

So, in edit action of Sonata Admin I'm trying to display different form fields depending on create or edit context. …

symfony symfony-sonata sonata-admin
disable action in sonata admin bundle CRUD

IS there a simple way to disable some CRUD actions for given admin class? E.g. I just want a …

symfony sonata-admin