I ran into a problem today working with AdminBundle. Basically i am trying to manipulate the delete column that automatically gets inserted. It would not work if i check the box and hit update or global delete. It would just not do anything or remove the whole top entity.
Any thoughts?

I have tried several things but nothing. Any hint appreciated.
After this thanks to @rander hint, I was able to figure out that the way to do this was:
* @ORM\OneToMany(targetEntity="StartDate", mappedBy="course", cascade={ "persist", "remove"}, orphanRemoval="true") |
The xml version on the documentation here was cryptic to my eyes even though I went through that.
I ran into the same issue but found this post within the hour. A bless! Thanks a lot
thankssssssssssssssssssssssssssss
Thanx! Helped me a lot
It’s working, fine ! Do you now why ?
Pingback: AdminBundle sonata_type_collection Delete Column: Pitfall ← Bookmarks