Draft: Issue #3227637: 11.1.x
1 open thread
1 open thread
Merge request reports
Activity
199 200 ], 200 201 ]; 201 202 // @todo Simplify once https://www.drupal.org/node/2334319 lands. 202 $this->renderer->addCacheableDependency($column['data'], $username); 203 $this->renderer->addCacheableDependency($column['data'], CacheableMetadata::createFromRenderArray($username)); This won't work correctly until [#3506444] is in and all the cacheable metadata from
'#theme' => 'username'
is bubbled.
Please register or sign in to reply