Top "Sonata-admin" questions

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

Programmatically set the value of a Select2 ajax

I have a Select2 auto-complete input (built via SonataAdmin), but cannot for the life of me figure out how to …

javascript jquery jquery-select2 sonata-admin
Custom choices list of sonata_type_model field with Sonata Admin

I am using Sonata Admin and I have a field of categories and I need to show them in order …

symfony sonata-admin
Sonata Admin Bundle One-to-Many relationship not saving foreign ID

I have a problem with the SonataAdminBunle in combination with symfony 2.2. I have a Project entity and a ProjectImage entity …

symfony sonata-admin
Sonata Admin Bundle: DatePicker range

How would I create a doctrine_orm_datetime_range filter in the Sonata Admin Bundle which uses the jQuery UI …

datepicker symfony-2.1 jquery-ui-datepicker symfony-sonata sonata-admin
How to add custom link or button to SonataAdminBundle Dashboard in Symfony2

I am new with symfony2 and SonataAdminBundle. I have added 3 entities to the SonataAdminBundle Dashboard and they appear successfully. The …

symfony sonata-admin
How to use Ajax within Sonata Admin forms?

I have a Merchant entity with the following fields and associations:- /** * @ORM\ManyToMany(targetEntity="Category", inversedBy="merchants") */ public $categories; /** * @…

ajax symfony symfony-sonata sonata-admin
How to get container instance in sonata Admin class?

I need to parse some configurations parameters from my config.yml such as enabled languages. But when i try to …

symfony symfony-2.1 symfony-sonata sonata-admin
Sonata Media Bundle : acces media url

I am using sonata media bundle. and I was wondering how can I access the media url in twig. I …

symfony twig sonata-admin
How to use roles in SonataAdminBundle

I started to use SonataAdminBundle in a Symfony2.1 application. I developed all the Admin classes and now I wish to …

symfony roles symfony-2.1 sonata-admin
Symfony 2 Get original data of entity from entity manager

I am using Sonata admin bundle for my application all works well,In my application i have users and admin,…

php symfony doctrine-orm sonata-admin sonata