Compare commits
No commits in common. "777429af4875e41e3a01fc8d4092a52a145d57c7" and "ca260aa2601bd36d228cc97092ff54be08745b90" have entirely different histories.
777429af48
...
ca260aa260
|
|
@ -2737,7 +2737,7 @@ export class NodeFlowExecutionService {
|
||||||
condition.operator,
|
condition.operator,
|
||||||
condition.lookupTable,
|
condition.lookupTable,
|
||||||
condition.lookupField,
|
condition.lookupField,
|
||||||
context.buttonContext?.companyCode
|
context.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.buttonContext?.companyCode
|
context.companyCode
|
||||||
);
|
);
|
||||||
results.push(existsResult);
|
results.push(existsResult);
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue