Merge pull request #2517 from nextcloud/bugfix/2482
Filter out duplicate cards in overview
This commit is contained in:
@@ -86,6 +86,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