Skip to content
Snippets Groups Projects

Issue #2473873: Views entity operations lack cacheability support, resulting in incorrect dropbuttons

Closed Issue #2473873: Views entity operations lack cacheability support, resulting in incorrect dropbuttons
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -118,7 +118,6 @@ public function getOperations(EntityInterface $entity) {
@@ -118,7 +118,6 @@ public function getOperations(EntityInterface $entity) {
foreach ($operations as &$operation) {
foreach ($operations as &$operation) {
if (!isset($operation['access'])) {
if (!isset($operation['access'])) {
$operation['access'] = new AccessResultAllowed();
$operation['access'] = new AccessResultAllowed();
$operation['access']->cachePerUser();
}
}
}
}
Loading