- Issue created by @godotislate
In
🐛
Views entity operations lack cacheability support, resulting in incorrect dropbuttons
Needs work
, passing cacheable metadata to the entity lister builder operations was added. There are a few outstanding list builder class getDefaultOptions()
implementations that do access checks that may need the cacheability of those access checks added to the passed in cache metadata, so that they are captured.
core/modules/field_ui/src/FieldConfigListBuilder.php
core/modules/taxonomy/src/VocabularyListBuilder.php
core/modules/workspaces/src/WorkspaceListBuilder.php
Active
11.0 🔥
entity system