Merge pull request #2517 from nextcloud/bugfix/2482

Filter out duplicate cards in overview
This commit is contained in:
Julius Härtl
2020-11-11 08:23:06 +01:00
committed by GitHub
3 changed files with 6 additions and 10 deletions

View File

@@ -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
*