prestaconcept / PrestaImageBundle

Allow to crop local and remote image before uploading them through a classic form.
MIT License
23 stars 19 forks source link

New Version #67

Closed treeindark closed 4 years ago

treeindark commented 4 years ago

Cool upgrade SF5 !

but it does not record anymore (all ok , no error) how to find whats' wrong ?

After Trace,

ligne 25 Base64ToImageTransformer if ( !$value['base64']) { return null; }

And it's good

J-Ben87 commented 4 years ago

Oops, that was due to an inverted condition...

Solved by https://github.com/prestaconcept/PrestaImageBundle/pull/68