fixe docsindex ajax caching when logedin
This commit is contained in:
@@ -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'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user