Skip to content
Snippets Groups Projects

Closes #3283910

Open Sergio Meneses requested to merge issue/bootstrap-3283910:8.x-4.x into 8.x-4.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -52,7 +52,7 @@ class Breadcrumb extends PreprocessBase implements PreprocessInterface {
}
// Add cache context based on url.
$variables->addCacheContexts(['route', 'url.path', 'languages']);
$variables->addCacheContexts(['route', 'url', 'languages']);
}
}
Loading