Ver Fonte

Automatically select newly created options

Emmanuel Vella há 13 anos atrás
pai
commit
8d5b858cbc

+ 1 - 0
Resources/views/CRUD/edit_orm_many_association_script.html.twig

@@ -250,6 +250,7 @@ This code manage the many-to-[one|many] association field popup
                             type: 'POST',
                             success: function(html) {
                                 jQuery('#field_container_{{ id }}').replaceWith(html);
+                                jQuery('#{{ id }} option[value="' + data.objectId + '"]').attr('selected', 'selected');
                             }
                         });