mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix relate
This commit is contained in:
@@ -88,7 +88,7 @@ class Contacts implements AfterSave
|
||||
return;
|
||||
}
|
||||
|
||||
$relation->relateById($contactId, [
|
||||
$relation->relateById($contactId, null, [
|
||||
SaveContext::NAME => $options->get(SaveContext::NAME),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user