diff --git a/core/modules/views_ui/src/ViewEditForm.php b/core/modules/views_ui/src/ViewEditForm.php index 37fc363..970dbf2 100644 --- a/core/modules/views_ui/src/ViewEditForm.php +++ b/core/modules/views_ui/src/ViewEditForm.php @@ -266,6 +266,7 @@ public function validate(array $form, FormStateInterface $form_state) { public function save(array $form, FormStateInterface $form_state) { $view = $this->entity; $executable = $view->getExecutable(); + $executable->initDisplay(); // Go through and remove displayed scheduled for removal. $displays = $view->get('display');