- 🇺🇸United States smustgrave
I tried replicating on a fresh D10 following the steps but was not able to reproduce.
Wonder if there are additional steps.
- Status changed to Active
over 1 year ago 8:54am 29 June 2023 - 🇦🇹Austria arthur_lorenz Vienna
How to reproduce on a fresh D10 install:
$options = [ 'query' => [ 'uri' => 'foo/bar', 'page' => '/test', ], ]; $url = new \Drupal\Core\Url('<front>', [], $options); (string) \Drupal::service('link_generator')->generate('Example link', $url)
will result in
<a href="/?uri=foo/bar&page=/test">Example link</a>
- 🇩🇪Germany metalbote Aachen
Simple reroll as needed by one of our projects against 10.3.6
- 🇮🇳India heykarthikwithu Bengaluru 🌍
- Able to reproduce the issue with
Drupal 11.x
&drupal/metatag:^2.1
- Updated the steps to reproduce in Issue Summary
- Changing the state to Needs work
- Able to reproduce the issue with
- 🇵🇹Portugal joao.ramos.costa
HI @heykarthikwithu , thank you for the mr.
I'm not sure why scope is being reduced to link or src tags, when this also affects meta tags, for instance.
Regards.