concretecms / brand_central

A digital asset management system extension for Concrete CMS.
13 stars 4 forks source link

Fix downloading single assets #74

Closed wordish closed 2 years ago

wordish commented 2 years ago

I can't explain why this is needed because it's the same as the collection and lightbox controllers, but for some reason, just using getRelativePath() causes the file not to be added to $zip resulting in $zip->numFiles = 0

aembler commented 2 years ago

You need to open this against the version 9.0 branch in this project instead of master.

Todo: we need to merge 9.0 into master if we're just going to support 9.0 going forward.