This repository has been archived by the owner on Feb 23, 2020. It is now read-only.
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.
Update product handles won't update existing images #63
Open
Description
ps. opening this here because I'm not really sure how we could best address it.
Currently the ProductUpdateHandler will always create new images. So if a product with one image is updated say ten times from Wombat it will have 10 images.
I believe we need to figure some way to avoid creating those new images on every product update. Or at least give some kind of option / configuration to do so. Not sure paperclip supports that out of the box. I'm wondering whether we should add a url column on the database so we could map the images by the url and update / create based on that field.
Metadata
Assignees
Labels
No labels
Activity