fixe docsindex ajax caching when logedin

This commit is contained in:
2019-11-13 17:08:06 +01:00
parent 1447bb3ef9
commit c169e975ba
@@ -262,7 +262,8 @@ class CorpusController extends ControllerBase {
'max-age' => \Drupal\Core\Cache\Cache::PERMANENT, 'max-age' => \Drupal\Core\Cache\Cache::PERMANENT,
'tags' => ['edlp-docsindex-cache'], 'tags' => ['edlp-docsindex-cache'],
'contexts' => [ 'contexts' => [
'languages:language_content' 'languages:language_content',
'user'
] ]
]; ];