- πΊπΈUnited States smustgrave
Agree
Closing this in favor of π Make the content translation overview alterable by multiple modules Needs work as that has more movement it seems.
I want to override the default Content Translation Overview Controller (Drupal\content_translation\Controller\ContentTranslationController, specifically the overview() method), e.g. /en/node/123/translations, for one of my entity types - I just want to alter the values in one of the columns. Ideally, I would just be able extend the class, call `$parent::overview()` and then alter the values.
The problem I'm having is that the rows and the columns within the rows all have numeric keys. This makes it near impossible for me to determine which language the row is representing and then which column is which.
Add the langcode as the row's key and add an appropriate key for each column within a row.
Closed: duplicate
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Agree
Closing this in favor of π Make the content translation overview alterable by multiple modules Needs work as that has more movement it seems.