Filter out duplicate cards in overview
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -83,6 +83,10 @@ class RelationalEntity extends Entity implements \JsonSerializable {
|
||||
return $json;
|
||||
}
|
||||
|
||||
public function __toString(): string {
|
||||
return (string)$this->getId();
|
||||
}
|
||||
|
||||
/*
|
||||
* Resolve relational data from external methods
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user