View Issue Details

IDProjectCategoryView StatusLast Update
0002041OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:16
Reporterbirute_meilutyte Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002041: editing inherited product pictures in subshop changes default shop for product
Descriptionhow to reproduce:
1) create subshop and make pictures editable for inherited products.
2) after changing picture for inherited product in subshop, shopid for thi product is changed from 1 to 2 and produt can not be edited in master shop anymore. this is not correct.
TagsSubshops
Theme
Browser
PHP Version
Database Version

Activities

sarunas_valaskevicius

2010-08-16 13:57

reporter   ~0003393

fixed in article_pictures::save()

birute_meilutyte

2010-08-16 16:04

reporter   ~0003396

in subshop there is no possibility to delete uploaded picture

sarunas_valaskevicius

2010-08-18 12:46

reporter   ~0003398

fixed in article_pictures template, also added checks for it in php delete functionality.

also fixed picture generation to not overwrite custom icon and thumbnail when uploading 1st picture

birute_meilutyte

2010-08-18 15:19

reporter   ~0003399

after picture1 is uploaded in subshop, in main shop frontend nopic is displayed instead of main shop picture1 (which was assigned before editing subshop)

sarunas_valaskevicius

2010-08-18 16:24

reporter   ~0003401

fixed in article_pictures by checking isDerived status