added user to cache context of entity json ajax from edlp_ajax module
This commit is contained in:
@@ -240,7 +240,8 @@ class EdlpAjaxController extends ControllerBase {
|
|||||||
// $this->entity_type.':'.$this->id // not necessary as we add $renderable as CacheableMetadata to the response
|
// $this->entity_type.':'.$this->id // not necessary as we add $renderable as CacheableMetadata to the response
|
||||||
],
|
],
|
||||||
'contexts' => [
|
'contexts' => [
|
||||||
'languages:language_content'
|
'languages:language_content',
|
||||||
|
'user'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user