ajax login fix #451

This commit is contained in:
2019-12-02 15:52:03 +01:00
parent 13e4e62dd1
commit b645a5e3ee
19 changed files with 273 additions and 33 deletions
@@ -319,6 +319,10 @@ class EdlpAjaxController extends ControllerBase {
'tags' => [
'edlp-ajax-blocks-cache',
// $this->entity_type.':'.$this->id // not necessary as we add $renderable as CacheableMetadata to the response
],
'contexts' => [
'languages:language_content',
'user'
]
]
];