akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
954 stars 514 forks source link

Uploaded picture not showing #3553

Closed clicktrend closed 8 years ago

clicktrend commented 8 years ago

After uploading an image file the thumbnail is not working. You see only the default "?" (question mark picture). After saving the product it's visible.

The uploaded picture is saved in "tmp" directory correctly. But it cannot be shown because of the query in FileController.php line 83

$file = $this->fileInfoRepository->findOneByIdentifier($filename);

This is NULL because the file is not saved yet.

My PIM version is 1.4.5

jmleroux commented 8 years ago

Hi @clicktrend

Thanks for your report, we will integrate this issue in our internal bug tracker.

Regards, JM

userz58 commented 8 years ago

the same problem with a missing thumbnail in varian groups (ver 1.5.5)

nidup commented 8 years ago

Hi,

Thank you for raising this issue!

@clicktrend this improvement has been done by @pierallard in the v1.5.4 for the product edit form :tada:

@userz58 this improvement has been applied for the variant group edit form in the upcoming v1.6.0 :tada:

Have a good day!