mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Added Image files from old Part-DB.
This commit is contained in:
parent
b2e0e4b7ad
commit
2e3713cd5e
2090 changed files with 344 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue