Skip to content
Snippets Groups Projects

Fix a service call and link template name references that are incorrect.

Merged Ken Mortimer requested to merge issue/data_pipelines-3437758:3437758-fixing-a-few into 1.x
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -258,7 +258,7 @@ class ElasticSearchDestination extends DatasetDestinationPluginBase implements C
catch (\Exception $e) {
$message = sprintf('The dataset %s could not be removed from the index due to %s', $dataset->label(), $e->getMessage());
$this->logger->error($message);
$this->messenger->addError($message);
$this->messenger()->addError($message);
return FALSE;
}
return TRUE;
Loading