i use sonata admin with symfony2.4. i have two entities exam and student with Many To Many relation , what i want is when i add a new exam, a new button created that shows me the list of student should participate in the exam. in configureField form i have these buttons: Create, Create and return to list, Create and add
when i click the button create to add a new exam, these are buttons created by sonata:
Update, Update and close, Delete. i want to add a new button 'students list' to these buttons, is it possible?