silverstripe / silverstripe-assets

Silverstripe Assets component
BSD 3-Clause "New" or "Revised" License
9 stars 66 forks source link

FIX Ensure manipulations start with base file #612

Closed GuySartorelli closed 3 months ago

GuySartorelli commented 4 months ago

It turns out there's some special logic going on in manipulation that needs to take place starting with the File record. If you try to use the DBFile on its own without first performing a manipulation, the attributes applied to the file won't be passed down to subsequent manipulations.

Changing the API here is fine because it's new API that hasn't been released yet.

Issue