mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:25:32 +01:00
Added Image files from old Part-DB.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user