The Block Filter doesn't include the drupal blocks cache metadata, which creates issues when using Views Blocks, where the rendered output is only refreshed when Page cache is cleared/refreshed.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | missing-cache-metadata-3137872-1.patch | 1.96 KB | roborn |
Comments
Comment #2
roborn commentedThis patch add the Cacheability Metadata from Drupal Blocks on
BlockFilter::processNot really sure about the need of using the
build()method, but ViewsBlock get methods for cache were returning empty, so I had to build the render array to get the cache metadata.Comment #4
marcofernandes commented