Needs work
Project:
Entityqueue
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 May 2020 at 10:16 UTC
Updated:
18 Aug 2020 at 09:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ocastle commentedI believe we can just remove the additional entity type list cache tag from the invalidation array. but if anyone can sanity check this that would be great.
Comment #3
amateescu commentedWe have to check at least if the problem mentioned in #2686623: Empty views cache when queue is updated does not happen anymore if we remove that workaround.
However, I think we mostly likely need to do a bit more here, like adding the subqueue ID to the view cache tags in our various handlers, as can be seen in the patch that was committed in #2853592: Cacheability metadata can't be set from within argument default handlers..
Comment #4
amateescu commentedNW per #3.