|
@@ -102,9 +102,11 @@ class AgendaController extends ControllerBase {
|
|
|
|
|
|
$data['#cache'] = [
|
|
$data['#cache'] = [
|
|
'max-age' => \Drupal\Core\Cache\Cache::PERMANENT,
|
|
'max-age' => \Drupal\Core\Cache\Cache::PERMANENT,
|
|
- 'tags' => ['edlp-agenda-cache']
|
|
|
|
|
|
+ 'tags' => ['edlp-agenda-cache'],
|
|
|
|
+ 'contexts' => [
|
|
|
|
+ 'languages:language_content'
|
|
|
|
+ ]
|
|
];
|
|
];
|
|
-
|
|
|
|
// $response = new JsonResponse();
|
|
// $response = new JsonResponse();
|
|
// $response->setData($data);
|
|
// $response->setData($data);
|
|
$response = new CacheableJsonResponse($data);
|
|
$response = new CacheableJsonResponse($data);
|