Verified Commit b9532e75 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3225381 by mikelutz, jrockowitz, yivanov, Spokje, larowlan, longwave,...

Issue #3225381 by mikelutz, jrockowitz, yivanov, Spokje, larowlan, longwave, parkh, AdamPS, gcb:  PHP Notice logged when switching "Configuration type" in single configuration export screen

(cherry picked from commit ddd29c4c)
parent c48ebd1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ public function buildForm(array $form, FormStateInterface $form_state, $config_t
   */
  public function updateConfigurationType($form, FormStateInterface $form_state) {
    $form['config_name']['#options'] = $this->findConfiguration($form_state->getValue('config_type'));
    unset($form['export']['#value']);
    $form['export']['#value'] = NULL;
    return $form;
  }