Added Image files from old Part-DB.

This commit is contained in:
Jan Böhmer 2019-03-12 19:39:02 +01:00
parent b2e0e4b7ad
commit 2e3713cd5e
2090 changed files with 344 additions and 20 deletions

View file

@ -46,6 +46,9 @@ class PartController extends AbstractController
*/
function show(Part $part)
{
$filename = $part->getMasterPictureFilename(true);
dump($filename);
return $this->render('show_part_info.html.twig',
[
"part" => $part