Skip to content
Snippets Groups Projects
Commit 11574f7e authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

WIP: debugging

parent 33df3742
No related branches found
No related tags found
2 merge requests!59FIX: if multiple updates for one entity exist, the retrieve would result in an...,!46F cache version
Pipeline #27339 failed
......@@ -309,6 +309,7 @@ class Cache(AbstractCache):
invalidate_list = []
for ent in entities:
print(ent)
if ent.version.id != v[ent.id]:
invalidate_list.append(ent.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment