mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
Merge branch 'fix'
This commit is contained in:
@@ -1303,7 +1303,7 @@ class Service implements Crud,
|
||||
|
||||
$this->getRepository()
|
||||
->getRelation($entity, $link)
|
||||
->relate($foreignEntity, [SaveOption::API => true]);
|
||||
->relate($foreignEntity, null, [SaveOption::API => true]);
|
||||
|
||||
$countRelated++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user