- Issue created by @codebymikey
- Merge request !6Issue #3508670: Ensure cache bubbleable metadata propagates back up after rendering → (Open) created by codebymikey
When rendering the inner fields, it doesn't propagate the relevant cache tags up.
This is more relevant when used with the views_field_view → which can be used to include custom views which contain their own cache tags, which should cause the parent view cache to be invalidated when something within the child view is changed.
Create a view with field (e.g. views_field_view
) which has a special cache tag attached to it, this special cache tag will not be included in the final response.
This is because the cache data is attached to the current RenderContext
, but later lost since it's not applied back to the final render array.
Pop and apply any of the relevant render context back to the final view.
Provide issue fork/patch
N/A
Active
1.0
Code