- Issue created by @marcus.w
Think I've narrowed it down to metatag_computed. But even if you pass in the langcode it doesn't work. Guess as this is the only thing using fetchDataByPropertyPath it makes sense as to why this is the only thing that doesn't work.
$metatags = $this->renderer->executeInRenderContext( $render_context, function () use ($typed_data, $bubbleable, $context) { return $this->getDataFetcher() ->fetchDataByPropertyPath($typed_data, 'metatag', $bubbleable, $context->getContextLanguage()) ->getValue(); } );
- First commit to issue fork.
- Merge request !125Resolve #3518484 "Metatags don't respect langcode" → (Merged) created by almunnings
- Status changed to Needs review
17 days ago 12:09am 10 July 2025 -
almunnings →
committed f0bd533c on 3.0.x
Resolve #3518484 "Metatags don't respect langcode"
-
almunnings →
committed f0bd533c on 3.0.x
Automatically closed - issue fixed for 2 weeks with no activity.