1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Fix the many to one updates

This commit is contained in:
adrinr 2023-02-21 16:29:18 +00:00
parent be81767a46
commit e0242d0883

View file

@ -316,7 +316,7 @@ export class ExternalRequest {
key: otherKey,
[thisKey]: breakRowIdField(relationship)[0],
// leave the ID for enrichment later
[otherKey]: `{{ literal ${tablePrimary} }}`,
[otherKey]: `{{ literal [${table.name}.${tablePrimary}] }}`,
})
})
}