Issue #3127838 by Lendude: In MediaLibrary the 'save and insert' is nested in code when it doesn't have to be
parent
f08be334ae
commit
f89fcba55b
|
@ -472,13 +472,11 @@ abstract class AddFormBase extends FormBase implements BaseFormIdInterface, Trus
|
|||
if ($this->isAdvancedUi()) {
|
||||
$actions['save_select']['#value'] = $this->t('Save and select');
|
||||
$actions['save_insert'] = [
|
||||
'save_insert' => [
|
||||
'#type' => 'submit',
|
||||
'#value' => $this->t('Save and insert'),
|
||||
'#ajax' => [
|
||||
'callback' => '::updateWidget',
|
||||
'wrapper' => 'media-library-add-form-wrapper',
|
||||
],
|
||||
'#type' => 'submit',
|
||||
'#value' => $this->t('Save and insert'),
|
||||
'#ajax' => [
|
||||
'callback' => '::updateWidget',
|
||||
'wrapper' => 'media-library-add-form-wrapper',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue