BaseRuleChainProcessor - use saveRuleChain method without validation
This commit is contained in:
parent
cc925a75c4
commit
ffa9aec2b1
@ -61,7 +61,7 @@ public class BaseRuleChainProcessor extends BaseEdgeProcessor {
|
||||
if (created) {
|
||||
ruleChain.setId(ruleChainId);
|
||||
}
|
||||
edgeCtx.getRuleChainService().saveRuleChain(ruleChain);
|
||||
edgeCtx.getRuleChainService().saveRuleChain(ruleChain, true, false);
|
||||
return Pair.of(created, isRoot);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user