From fbde66e1c4faf22cf04a9adbc71254b0a2192ccb Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Thu, 6 Feb 2020 14:36:26 +0000 Subject: [PATCH] Issue #3110583 by govind.maloo, init90: Remove @todo - Use Url::fromPath() once https://www.drupal.org/node/2351379 is resolved --- core/modules/views_ui/src/ViewEditForm.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/views_ui/src/ViewEditForm.php b/core/modules/views_ui/src/ViewEditForm.php index 8ca5612dbbb9..7a71ecc9a7e7 100644 --- a/core/modules/views_ui/src/ViewEditForm.php +++ b/core/modules/views_ui/src/ViewEditForm.php @@ -315,8 +315,6 @@ public function save(array $form, FormStateInterface $form_state) { $query->remove('destination'); } } - // @todo Use Url::fromPath() once https://www.drupal.org/node/2351379 is - // resolved. $form_state->setRedirectUrl(Url::fromUri("base:$destination")); } -- GitLab