- Issue created by @donquixote
- Merge request !12158Add cache metadata in NodeController as in VersionHistoryController. → (Open) created by donquixote
- 🇩🇪Germany donquixote
The MR works for me in local.
However, I am a bit puzzled by this:
- In 11.x I don't see node being added as cacheable dependency, and yet no fail.
Maybe this is not cached at all in 11.x? - On the other hand, I don't know if the node or entity itself is even sufficient cache tags for a revision list.
If you change (or delete) a revision that does not change the current/published revision, does this even invalidate cache tags for the entity/node?
- In 11.x I don't see node being added as cacheable dependency, and yet no fail.
- 🇦🇺Australia acbramley
I think we can close this one now that the original is reverted and test both branches over there?
- 🇩🇪Germany donquixote
Ok for me.
In the original issue we need to determine if a revision list should be cacheable at all, with which cache tags, and then add more tests.