浏览代码

Merge pull request #68 from iVariable/patch-1

Fix jQuery 1.7.1 dataType for one-to-many association list button
Thomas 13 年之前
父节点
当前提交
d6a3fad726
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Resources/views/CRUD/edit_orm_many_association_script.html.twig

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

@@ -77,6 +77,7 @@ This code manage the many-to-[one|many] association field popup
         // retrieve the form element from the related admin generator
         jQuery.ajax({
             url: a.attr('href'),
+            dataType: 'html',
             success: function(html) {
 
                 Admin.log('[{{ id }}|field_dialog_form_list] retrieving the list content');