Loading src/Plugin/ECA/Condition/Tamper.php +3 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,9 @@ class Tamper extends StringComparisonBase { $this->configuration['left'] = $form_state->getValue('left'); $this->configuration['right'] = $form_state->getValue('right'); $this->submitTamperConfigurationForm($form, $form_state); if (!empty($this->tamperPlugin()->defaultConfiguration())) { $this->configuration = $this->tamperPlugin()->getConfiguration() + $this->configuration; } } } Loading
src/Plugin/ECA/Condition/Tamper.php +3 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,9 @@ class Tamper extends StringComparisonBase { $this->configuration['left'] = $form_state->getValue('left'); $this->configuration['right'] = $form_state->getValue('right'); $this->submitTamperConfigurationForm($form, $form_state); if (!empty($this->tamperPlugin()->defaultConfiguration())) { $this->configuration = $this->tamperPlugin()->getConfiguration() + $this->configuration; } } }