Fix the many to one updates
This commit is contained in:
parent
be81767a46
commit
e0242d0883
|
@ -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}] }}`,
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue