|
@@ -111,7 +111,7 @@ This code manage the many-to-[one|many] association field popup
|
|
height: 'auto',
|
|
height: 'auto',
|
|
width: 980,
|
|
width: 980,
|
|
modal: true,
|
|
modal: true,
|
|
- resizable: false,
|
|
|
|
|
|
+ resizable: true,
|
|
title: '{{ associationadmin.label|trans({}, associationadmin.translationdomain) }}',
|
|
title: '{{ associationadmin.label|trans({}, associationadmin.translationdomain) }}',
|
|
close: function(event, ui) {
|
|
close: function(event, ui) {
|
|
// make sure we have a clean state
|
|
// make sure we have a clean state
|
|
@@ -159,7 +159,7 @@ This code manage the many-to-[one|many] association field popup
|
|
width: 650,
|
|
width: 650,
|
|
modal: true,
|
|
modal: true,
|
|
autoOpen: true,
|
|
autoOpen: true,
|
|
- resizable: false,
|
|
|
|
|
|
+ resizable: true,
|
|
title: '{{ associationadmin.label|trans({}, associationadmin.translationdomain) }}',
|
|
title: '{{ associationadmin.label|trans({}, associationadmin.translationdomain) }}',
|
|
close: function(event, ui) {
|
|
close: function(event, ui) {
|
|
Admin.log('[{{ id }}|field_dialog_form_add] dialog closed - removing `live` events');
|
|
Admin.log('[{{ id }}|field_dialog_form_add] dialog closed - removing `live` events');
|