Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
45d5e78bce
|
|
@ -2737,7 +2737,7 @@ export class NodeFlowExecutionService {
|
||||||
condition.operator,
|
condition.operator,
|
||||||
condition.lookupTable,
|
condition.lookupTable,
|
||||||
condition.lookupField,
|
condition.lookupField,
|
||||||
context.companyCode
|
context.buttonContext?.companyCode
|
||||||
);
|
);
|
||||||
results.push(existsResult);
|
results.push(existsResult);
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|
@ -2803,7 +2803,7 @@ export class NodeFlowExecutionService {
|
||||||
condition.operator,
|
condition.operator,
|
||||||
condition.lookupTable,
|
condition.lookupTable,
|
||||||
condition.lookupField,
|
condition.lookupField,
|
||||||
context.companyCode
|
context.buttonContext?.companyCode
|
||||||
);
|
);
|
||||||
results.push(existsResult);
|
results.push(existsResult);
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue