Skip to content
Snippets Groups Projects

Issue #3485309 by cmlara: Ajax method 'replace' removed, use 'replaceWith'

Merged Conrad Lara requested to merge issue/vault-3485309:3485309-ajax-method-replace into 3.x
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -121,7 +121,7 @@ final class VaultConfigForm extends ConfigFormBase {
'#ajax' => [
'callback' => [get_class($this), 'buildAjaxAuthPluginForm'],
'wrapper' => 'vault-auth-plugin-config-form',
'method' => 'replace',
'method' => 'replaceWith',
'effect' => 'fade',
],
];
@@ -179,7 +179,7 @@ final class VaultConfigForm extends ConfigFormBase {
'#ajax' => [
'callback' => [get_class($this), 'buildAjaxLeaseStorageForm'],
'wrapper' => 'vault-lease-storage-plugin-config-form',
'method' => 'replace',
'method' => 'replaceWith',
'effect' => 'fade',
],
];
Loading