(retrofit from master) N°1148: Fix regression on export

(cherry picked from commit 90e128f951)
This commit is contained in:
Stephen Abello
2019-02-11 13:32:32 +01:00
parent 9637e75f97
commit 32f1e97bcd

View File

@@ -164,6 +164,7 @@ if (!empty($sExpression))
}
else if($oAttDef instanceof AttributeExternalField && $oAttDef->IsFriendlyName())
{
$sKeyAttCode = $oAttDef->GetKeyAttCode();
$aAliasToFields[$sClassAlias][] = $sKeyAttCode;
}
}