1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Quick fix for #5495 - managing when no relationships exist.

This commit is contained in:
mike12345567 2022-04-23 13:12:57 +01:00
parent 9a1a42460f
commit 8f738f2c20

View file

@ -330,7 +330,7 @@ module External {
): Row {
for (let relationship of relationships) {
const linkedTable = this.tables[relationship.tableName]
if (!linkedTable) {
if (!linkedTable || !row[relationship.column]) {
continue
}
const display = linkedTable.primaryDisplay