collective / plone.app.imagecropping

Crops Images in Plone manually using cropper JS library
https://pypi.python.org/pypi/plone.app.imagecropping
9 stars 23 forks source link

Purge scales on cropping #112

Closed ksuess closed 2 years ago

ksuess commented 2 years ago

Versions plone.app.imagecropping 2.2.2 Plone 5.2.x

On cropping no PURGE is dispatched.

Suggestion: PURGE on cropping.

https://github.com/collective/plone.app.imagecropping/blob/master/src/plone/app/imagecropping/storage.py#L30-L48

Code using tag() is on the green side (https://github.com/collective/plone.app.imagecropping/issues/23#issuecomment-225566012)

ksuess commented 2 years ago

Closing. Convinced to use tag()