Feat: Enable bookmark toggling from overview, improve disposition detail
This commit is contained in:
@@ -43,6 +43,7 @@ class IndexController extends AbstractController
|
||||
);
|
||||
|
||||
return $this->render('teamer/bookmark/index.html.twig', [
|
||||
'teamer' => $teamer,
|
||||
'pagination' => $pagination,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -85,6 +85,11 @@ class Upload implements BlameableEntityInterface, TimestampableEntityInterface
|
||||
return $instance;
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return $this->getDisplayName() ?? $this->getOriginalFilename();
|
||||
}
|
||||
|
||||
public function getId(): ?int
|
||||
{
|
||||
return $this->id;
|
||||
|
||||
Reference in New Issue
Block a user