aaroneiche / do-want

Do Want - Open Source Gift Registry
18 stars 4 forks source link

can't delete images from items #112

Closed commonplace closed 8 years ago

commonplace commented 8 years ago

I added two images to one of my items. The first one I added is incorrect and unwanted. So, I edit the item, go to Manage Images, and hit the "x" on the first picture. It disappears. I hit Back and then Save Changes. But the image is still there. I can't get it to actually, really delete an image.

aaroneiche commented 8 years ago

Confirmed.

aaroneiche commented 8 years ago

Okay - it looks like this is an odd combination of images being uploaded, but not added to an item (which doesn't happen until save) so it doesn't have an itemid, so the system doesn't know which id to disassociate from the item. It's a totally reasonable possibility that I didn't anticipate.

I'll get on it.

aaroneiche commented 8 years ago

Found some problems on the backend too.

aaroneiche commented 8 years ago

Fixed in merge #115