mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 07:26:05 +00:00
bc fix
This commit is contained in:
@@ -142,7 +142,9 @@ class Entity extends BaseEntity
|
||||
public function loadLinkMultipleField(string $field, $columns = null)
|
||||
{
|
||||
if (!$this->hasRelation($field) || !$this->hasAttribute($field . 'Ids')) {
|
||||
throw new LogicException("There's no link-multiple field '{$field}'.");
|
||||
return;
|
||||
// @todo Throw exception in 6.4.
|
||||
// throw new LogicException("There's no link-multiple field '{$field}'.");
|
||||
}
|
||||
|
||||
$select = ['id', 'name'];
|
||||
|
||||
Reference in New Issue
Block a user