You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
plone.app.caching purges ImageFields with https://github.com/plone/plone.app.caching/blob/master/plone/app/caching/purge.py#L179:
That is, when I have a news item with an image included and I change it, then all available scale sizes of this image are purged on the caching proxy (e.g. varnish). With raptus.multilanguagefields this does not work anymore, because the image scale is patched to be "image______scale". I think this is done in https://github.com/Raptus/raptus.multilanguagefields/blob/master/raptus/multilanguagefields/patches/imaging.py#L52
To fix one would just need to copy https://github.com/plone/plone.app.caching/blob/master/plone/app/caching/purge.py over to raptus.multilanguagefields and to register and adjust it accordingly.
The text was updated successfully, but these errors were encountered: