mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Render Comment and description as BBCode.
This commit is contained in:
parent
daad7ec60a
commit
3da6b03b23
7 changed files with 114 additions and 8 deletions
|
@ -55,7 +55,6 @@ class PartController extends AbstractController
|
|||
public function show(Part $part, AttachmentFilenameService $attachmentFilenameService)
|
||||
{
|
||||
$filename = $part->getMasterPictureFilename(true);
|
||||
dump($filename);
|
||||
|
||||
return $this->render('show_part_info.html.twig',
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue