mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix entity
This commit is contained in:
@@ -248,7 +248,7 @@ class Entity extends BaseEntity
|
||||
return null;
|
||||
}
|
||||
|
||||
public function setLinkMultipleName(string $field, string $id, string $value)
|
||||
public function setLinkMultipleName(string $field, string $id, ?string $value)
|
||||
{
|
||||
$namesAttribute = $field . 'Names';
|
||||
if (!$this->has($namesAttribute)) return;
|
||||
|
||||
Reference in New Issue
Block a user