Issue #3110583 by govind.maloo, init90: Remove @todo - Use Url::fromPath() once https://www.drupal.org/node/2351379 is resolved
parent
cd079007e9
commit
fbde66e1c4
|
@ -315,8 +315,6 @@ class ViewEditForm extends ViewFormBase {
|
||||||
$query->remove('destination');
|
$query->remove('destination');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// @todo Use Url::fromPath() once https://www.drupal.org/node/2351379 is
|
|
||||||
// resolved.
|
|
||||||
$form_state->setRedirectUrl(Url::fromUri("base:$destination"));
|
$form_state->setRedirectUrl(Url::fromUri("base:$destination"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue