This commit is contained in:
Yuri Kuznetsov
2024-09-15 13:01:35 +03:00
parent 7d5ceb3c61
commit 9e30e60fb1
140 changed files with 359 additions and 718 deletions
+1 -2
View File
@@ -317,8 +317,7 @@ class Note extends Entity
) {
if (!$targetType || $targetType === self::TARGET_TEAMS) {
$this->loadLinkMultipleField('teams');
}
else if ($targetType === self::TARGET_PORTALS) {
} else if ($targetType === self::TARGET_PORTALS) {
$this->loadLinkMultipleField('portals');
}
}