Adding taxonomy_term translation doesn't invalidate corresponding caches

Created on 24 January 2024, about 1 year ago
Updated 22 March 2024, about 1 year ago

Problem/Motivation

When I add a translation to a taxonomy_term, the translation should be showed in front without having to cache-rebuild

Steps to reproduce

  1. Display a list of taxonomy terms in original language
  2. Translate one of the taxonomy terms
  3. Reload the page displaying the terms

In my case, I am using this type of code:

    $jobTitleOptions = [];
    foreach ($this->taxonomyTermStorage->loadByProperties(['vid' => 'job_title']) as $jobTitle) {
      $jobTitle = $this->entityRepository->getTranslationFromContext($jobTitle, $this->currentLangcode);
      $jobTitleOptions[$jobTitle->id()] = $jobTitle->getName();
    }

On page reload, the translation doesn't appear.
If I cache-rebuild, the translation appears

Proposed resolution

When adding a translation, the corresponding caches should be invalidated

🐛 Bug report
Status

Postponed: needs info

Version

11.0 🔥

Component
Taxonomy 

Last updated about 15 hours ago

  • Maintained by
  • 🇺🇸United States @xjm
  • 🇬🇧United Kingdom @catch
Created by

🇫🇷France louis-cuny

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024