- 🇦🇺Australia GuillaumeG
New issue created with a patch working 2: https://www.drupal.org/node/3386017 →
- Status changed to Closed: duplicate
about 1 year ago 5:42pm 2 October 2023
Not all content types are translatable. This module _could_ deal with these too.
Typical use case:
1. Primary site content is only in one language (including landing pages, homepage, etc.). These node types are not translatable.
2. Only one content type is translated. Let's call it "widgets".
3. I view a widget that is translated.
4. I click a link in the site-wide navigation.
Best case scenario:
I end up at a URL like /fr/node/31 because Drupal doesn't know how to give this a URL alias.
Worst case scenario:
I get a fatal error about "InvalidArgumentException: Invalid translation language" because some bit of code doesn't have anything as complicated as \Drupal\content_translation_redirect\EventSubscriber\RequestSubscriber::checkContentEntityCanonicalRoute()
Act on all entity types.
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
New issue created with a patch working 2: https://www.drupal.org/node/3386017 →