xperseguers / t3ext-image_autoresize

TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
https://extensions.typo3.org/extension/image_autoresize
GNU General Public License v3.0
16 stars 22 forks source link

Issue when replacing an image #110

Open PeGuIwelt opened 3 months ago

PeGuIwelt commented 3 months ago

We have an existing installation with many PNG-images, which are linked in different objects as FileReferences. Since we have many translations, the easy way to replace an image in all translated objects is to use 'replace' in Filelist-options.

When replacing an png-file, it gets converted to jpg as configured, and the old file is deleted, but the existing (linked) record in sys_file doesn't get updated, instead a new record is created. Since the old file is deleted, the images are now missing in the frontend.

Steps to reproduce:

Version T3: 11.5.36 Version causal/image_autoresize 2.4.1