- 🇧🇪Belgium dieterholvoet Brussels
The merge request in 🐛 Preview Link does not work with multilingual site Needs work was causing this issue. I discovered the root cause was a call to
\Drupal::service('router.route_provider')->getRouteCollectionForRequest($request)
: that method modifies the passed request object, which happened to be the currently active request. We don't want that to happen in a simple access check, passing a clone to that method fixed the issue. - Status changed to Needs review
over 1 year ago 3:53pm 10 April 2023 - 🇮🇳India Ranjit1032002
Created a patch for the issue mentioned, please review.
Thank You. - Status changed to Needs work
over 1 year ago 4:05pm 10 April 2023 - 🇺🇸United States smustgrave
@Ranjit1032002 thank you for the interest but you've been working on a number of these tickets now. Adding just an isset or empty check usually isn't the correct path. As it could be hiding a deeper issue.
If steps are not provided to reproduce that will be needed.
As a bug it will need a test case.
Please do some checks before putting into review.
Thanks