Skip to content
Snippets Groups Projects

Issue 3451106: Use replaceWith instead of replace in #ajax form settings

Open Mauricio Silveira requested to merge issue/facets-3451106:3.0.x into 3.0.x
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -198,7 +198,7 @@ class FacetForm extends EntityForm {
'trigger_as' => ['name' => 'widget_configure'],
'callback' => '::buildAjaxWidgetConfigForm',
'wrapper' => 'facets-widget-config-form',
'method' => 'replace',
'method' => 'replaceWith',
'effect' => 'fade',
],
];
Loading