Commit 474bb6f3 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3302570 by jurgenhaas, rkoller: Configuration value not saved after...

Issue #3302570 by jurgenhaas, rkoller: Configuration value not saved after validation and submission
parent fad99587
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ class Tamper extends StringComparisonBase {
    $this->configuration['left'] = $form_state->getValue('left');
    $this->configuration['right'] = $form_state->getValue('right');
    $this->submitTamperConfigurationForm($form, $form_state);
    $this->configuration = $this->tamperPlugin()->getConfiguration() + $this->configuration;
  }

}