Render Comment and description as BBCode.

This commit is contained in:
Jan Böhmer 2019-03-13 20:14:19 +01:00
parent daad7ec60a
commit 3da6b03b23
7 changed files with 114 additions and 8 deletions

View file

@ -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',
[