Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
8.x-3.x-dev
Component:
CTools Blocks
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2017 at 17:01 UTC
Updated:
7 Nov 2020 at 00:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kevin.dutra commentedThis should do the trick.
Comment #3
wellsPatch applies and correctly applies entity cache metadata instead of context cache metadata to the build array. Marking RTBC.
Comment #4
joelpittet@wells I committed #3178677: EntityView block overwrites cache metadata from build array LMK if I should revert and use this instead?
Comment #5
wells@joelpittet this issue and patch addresses a different (but also pretty major) cache metadata issue -- that the metadata added is from the context instead of the context value (i.e. the entity). Both patches are needed to get the cache metadata sorted and working correctly. I am attaching a re-roll here that will apply to dev now and sending back to Needs review for tests.
Comment #6
joelpittetAh thanks for clarifying and updating the patch so I didn't have to merge :) I've committed this to the dev branch as well.