Commit a4636de6 authored by Stefan H. Holek's avatar Stefan H. Holek

OFS.Image: 'Image.update_data' did not refresh the Etag.

parent b82a955a
...@@ -781,6 +781,7 @@ class Image(File): ...@@ -781,6 +781,7 @@ class Image(File):
self.ZCacheable_invalidate() self.ZCacheable_invalidate()
self.ZCacheable_set(None) self.ZCacheable_set(None)
self.http__refreshEtag()
def __str__(self): def __str__(self):
return self.tag() return self.tag()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment