Commit f07599de authored by G. Bertonha's avatar G. Bertonha Committed by Baris
Browse files

Issue #2944076 by bertonha, landsman, axel.rutz, lgcs, BarisW: Missing success...

Issue #2944076 by bertonha, landsman, axel.rutz, lgcs, BarisW: Missing success message after submit form
parent 6d9fd4bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ class SettingsForm extends ConfigFormBase {
      $config->set($key, $form_state->getValue($key));
    }
    $config->save();
    drupal_set_message($this->t('Your settings have been saved.'));
  }

}