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