Compare commits
4 Commits
cd7adce874
...
26020a29a0
| Author | SHA1 | Date |
|---|---|---|
|
|
26020a29a0 | |
|
|
52df163fbb | |
|
|
777429af48 | |
|
|
856db80a36 |
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue