silvershop / silvershop-core

SilverShop is an e-commerce shopping cart module for the SilverStripe CMS
http://silvershop.github.io
BSD 2-Clause "Simplified" License
113 stars 119 forks source link

publish the image when saved #685

Closed sparkcom closed 6 years ago

wilr commented 6 years ago

@sparkcom you shouldn't have to publish the file manually - it's declared as an $owns object. Just check that your publishing code does $product->publishRecursive() rather than a plain publishSingle()