fix find linked

This commit is contained in:
yuri
2018-12-25 11:39:03 +02:00
parent 74712ba931
commit 17cd2bc543
+1 -1
View File
@@ -1247,7 +1247,7 @@ class Record extends \Espo\Core\Services\Base
}
}
$selectParams = $this->getSelectManager($foreignEntityName)->getSelectParams($params, true);
$selectParams = $this->getSelectManager($foreignEntityName)->getSelectParams($params, true, true);
if (array_key_exists($link, $this->linkSelectParams)) {
$selectParams = array_merge($selectParams, $this->linkSelectParams[$link]);