Skip to content
Snippets Groups Projects
Verified Commit ddd29c4c 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
parent 433f2ae0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment