dustin10 / VichUploaderBundle

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
MIT License
1.83k stars 519 forks source link

update condition for object #1428

Closed mareckigit closed 7 months ago

mareckigit commented 7 months ago

If form is used with Doctrine entity in Sonata Admin, $form->getParent()->getData() returns empty entity while you use create a new.

Probably VichFileType requires similar changes.