Closed stephangrass closed 1 year ago
No reaction? Pity! ...
@stephangrass Do you use languages layers with mixed mode?
Thanks for the reaction. No, I use the connected mode.
$this->settings['demand'] in the categoriesFilterAction will return the Category-Id's of the default language, and $this->categoriesRepository->findDemanded use this id's directly.
Have you tried changing the Categories in TypoScript?
Yes, that doesn't seem to have any effect.
I think you have to do something like in tx_news by Georg Ringer in the repository or controller: https://github.com/georgringer/news/blob/main/Classes/Domain/Repository/CategoryRepository.php#L193
@stephangrass A new release is out with the fix: https://github.com/pixelant/pxa_dealers/releases/tag/v4.2.2
Hello, I have created a category menu. It works in the default language. The menu is not displayed in other languages. The categories and all elements have been localized.