Skip to content

Commit f1ae302

Browse files
author
Michael Schuddings
committed
fix(next): Allow ajax callbakc inside of NextEntityTypeConfigForm to be executed.
Fixes #845
1 parent c1a9054 commit f1ae302

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/next/src/Form/NextEntityTypeConfigForm.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public function form(array $form, FormStateInterface $form_state) {
103103
'#ajax' => [
104104
'callback' => '::ajaxReplaceSettingsForm',
105105
'wrapper' => 'settings-container',
106-
'method' => 'replace',
107106
],
108107
];
109108

@@ -138,7 +137,6 @@ public function form(array $form, FormStateInterface $form_state) {
138137
'#ajax' => [
139138
'callback' => '::ajaxReplaceSiteResolverSettingsForm',
140139
'wrapper' => 'site-resolver-settings',
141-
'method' => 'replace',
142140
],
143141
];
144142

0 commit comments

Comments
 (0)