Issue #2582295: Fix confirmation cancel links when installed in a subdirectory
4 unresolved threads
Compare changes
Files
2@@ -31,6 +31,10 @@ public static function buildCancelLink(ConfirmFormInterface $form, Request $requ
Lets use
str_starts_with
function. see https://www.drupal.org/project/drupal/issues/3324560if ($base_path && str_starts_with($options['path'], $base_path))
Thanks for your suggestion, you can use Gitlab "suggestions" to make it easy to apply code. https://git.drupalcode.org/help/user/project/merge_requests/reviews/suggestions
I will apply suggested changes.
changed this line in version 8 of the diff
Looks good