- Issue created by @sthomen
- Status changed to Closed: works as designed
about 1 year ago 10:58am 25 August 2023 - 🇫🇮Finland sthomen
I investigated the problem myself to look for a temporary patch, and it seems it was that the language_access module also overrides the ContentTranslationController. Adding
'Drupal\language_access\Controller\ContentTranslationController::overview'
to the SoftTranslationRouteSubscriber made the "split off" entries appear and I could split the translation out.Additionally while reading the code I also found out that mechanism for matching split off pages with their trnanslation counterpart seems to be solely using page aliases which makes this module useless to me.