Issue #3110583 by govind.maloo, init90: Remove @todo - Use Url::fromPath() once https://www.drupal.org/node/2351379 is resolved

merge-requests/2419/head
catch 2020-02-06 14:36:26 +00:00
parent cd079007e9
commit fbde66e1c4
1 changed files with 0 additions and 2 deletions

View File

@ -315,8 +315,6 @@ class ViewEditForm extends ViewFormBase {
$query->remove('destination');
}
}
// @todo Use Url::fromPath() once https://www.drupal.org/node/2351379 is
// resolved.
$form_state->setRedirectUrl(Url::fromUri("base:$destination"));
}