Skip to content
Snippets Groups Projects
Commit d3c14997 authored by Al Munnings's avatar Al Munnings
Browse files

Issue #3388138: Taxonomy Term cache tags appear not to be propagating

parent e1d14ff7
No related branches found
No related tags found
No related merge requests found
Pipeline #21493 passed
......@@ -327,7 +327,9 @@ class EntityConnection implements ConnectionInterface {
$result = $query->execute();
// Add entity type tag to cache metadata.
$this->context->addCacheTags($this->queryHelper->getEntityType()->getListCacheTags());
$entity_type = $this->queryHelper->getEntityType();
$this->context->addCacheTags($entity_type->getListCacheTags());
$this->context->addCacheContexts($entity_type->getListCacheContexts());
return $this->queryHelper->getLoaderPromise($result);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment