Skip to content
Snippets Groups Projects
Commit f58b041d authored by SOURABH SISODIA's avatar SOURABH SISODIA Committed by Florent Torregrosa
Browse files

Issue #3451624 by sourabhsisodia_, Grimreaper: Use replaceWith, not replace, in #ajax form settings

parent 14794db4
No related branches found
No related tags found
1 merge request!24Issue #3451624: Updated 'replace' with 'replaceWith' in ajax form settings.
Pipeline #205694 passed
......@@ -87,7 +87,7 @@ class SettingsForm extends ConfigFormBase {
'#ajax' => [
'callback' => [static::class, 'buildAjaxExtractorConfigForm'],
'wrapper' => 'file-extractor-extractor-config-form',
'method' => 'replace',
'method' => 'replaceWith',
'effect' => 'fade',
],
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment