|
@@ -362,7 +362,7 @@ This code manage the many-to-[one|many] association field popup
|
|
|
|
|
|
Admin.log('[{{ id }}] update the label');
|
|
|
|
|
|
- jQuery('#field_widget_{{ id }}').html("<span><img src=\"{{ asset('bundles/sonataadmin/ajax-loader.gif') }}\" style=\"vertical-align: middle; margin-right: 10px\"/>{{ 'loading_information ...'|trans([], 'SonataAdminBundle') }}</span>");
|
|
|
+ jQuery('#field_widget_{{ id }}').html("<span><img src=\"{{ asset('bundles/sonataadmin/ajax-loader.gif') }}\" style=\"vertical-align: middle; margin-right: 10px\"/>{{ 'loading_information'|trans([], 'SonataAdminBundle') }}</span>");
|
|
|
jQuery.ajax({
|
|
|
type: 'GET',
|
|
|
url: '{{ url('sonata_admin_short_object_information', {
|