- Issue created by @reszli
- Status changed to Closed: duplicate
about 1 year ago 6:57am 16 November 2023
I'm rebuilding a multilingual site with 4 languages and a news overview page on the following paths
the old site had the same, but on untranslated aliases, like:
so I have 3 redirects from the old to the new aliases in place
the "News" segment of the breadcrumb is not being linked to the overview page for EN language only
the redirects are found in getRequestForPath() method, but language is not considered, so for "/en/news" it considers the DE redirect, while it should not
loop over the found redirects and filter by current language (since the Redirect service's lookup method does not have a filter on language atm.)
Closed: duplicate
2.0
Code