Quellcode durchsuchen

add dataType to jquery ajax submit to append a form field

Roel Sint vor 13 Jahren
Ursprung
Commit
94fcfe3a2a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      Resources/views/CRUD/edit_orm_one_association_script.html.twig

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

@@ -39,6 +39,7 @@ This code manage the one-to-many association field popup
                 'uniqid':    sonata_admin.admin.root.uniqid
             }) }}',
             type: "POST",
+            dataType: 'html',
             data: { _xml_http_request: true },
             success: function(html) {
                 jQuery('#field_container_{{ id }}').replaceWith(html); // replace the html