Bug #89153
closedWrong Extbase record is shown for slug
100%
Description
Given:
- page with at least two languages configured
- Extbase extension with own records
- two records with translations in multiple (at least two) languages
- own slug configuration for translations
Simple example:
- current news version
- routeEnhancers configuration from https://docs.typo3.org/p/georgringer/news/master/en-us/AdministratorManual/BestPractice/Routing/Index.html#about-routes-and-aspects
- two news in default language and (all) translations
- slug for news 1 / language 1 = foo
- slug for news 1 / language 2 = bar
- slug for news 2 / language 1 = bar
- slug for news 2 / language 2 = foo
Expectation:
- path: /language1/foo shows news 1
- path: /language1/bar shows news 2
Actual:
- both paths show the same news (either news 1 or news 2)
Files