mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
linkCheckDisabled
This commit is contained in:
@@ -162,6 +162,10 @@ class LinkCheck
|
||||
return;
|
||||
}
|
||||
|
||||
if ($this->metadata->get(['recordDefs', $entityType, 'relationships', $link, 'linkCheckDisabled'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
$foreignEntityType = $defs->getForeignEntityType();
|
||||
|
||||
$foreignEntity = $this->entityManager->getEntityById($foreignEntityType, $id);
|
||||
|
||||
Reference in New Issue
Block a user