Merge remote-tracking branch 'upstream/main'
All checks were successful
Build and Push Images / build-and-push (push) Successful in 12m17s
All checks were successful
Build and Push Images / build-and-push (push) Successful in 12m17s
This commit is contained in:
@@ -2737,7 +2737,7 @@ export class NodeFlowExecutionService {
|
||||
condition.operator,
|
||||
condition.lookupTable,
|
||||
condition.lookupField,
|
||||
context.companyCode
|
||||
context.buttonContext?.companyCode
|
||||
);
|
||||
results.push(existsResult);
|
||||
logger.info(
|
||||
@@ -2803,7 +2803,7 @@ export class NodeFlowExecutionService {
|
||||
condition.operator,
|
||||
condition.lookupTable,
|
||||
condition.lookupField,
|
||||
context.companyCode
|
||||
context.buttonContext?.companyCode
|
||||
);
|
||||
results.push(existsResult);
|
||||
logger.info(
|
||||
|
||||
Reference in New Issue
Block a user