Romain Sanchez
Romain Sanchez
> Can one of you bisect that bug down to a particular commit? It would be the introduction of sonata_type_collection inline edit i suppose since the problem is that an...
Maybe this issue should move to DoctrineORMAdminBundle ?
> If you want to delete a row, there's a button for that right? It is a checkbox that needs the form to be submitted before the item is removed.So...
I'll see if i can find time in the next few days to make a PR for this
If it is a new entry you remove the inputs from the dom on click and if it is an existing one you remove from the dom and replace with...
> you could just make toggle disable on checking the checkbox I'd say that is the way to go so things are consistent between deleting a freshly created entry and...
After giving it a shot several questions arose: 1: disabling via javascript works fine but in wich template should the script be included? 2: Does the script need to handle...
> no idea what iCheck is ICheck is the js plugin used for checkboxes. ``` "sonata_admin" => array:9 [▼ "name" => "phones" "admin" => ContactAdmin {#3294 ▶} "value" => PersistentCollection...
If iCheck is enabled i need to listen to their `ifChanged` event instead of `change` but `window.SONATA_CONFIG` has the info so problem solved.