diff --git a/ems-core/src/main/resources/rules/LisV.drl b/ems-core/src/main/resources/rules/LisV.drl index 748c5be1ac..680b567401 100644 --- a/ems-core/src/main/resources/rules/LisV.drl +++ b/ems-core/src/main/resources/rules/LisV.drl @@ -562,7 +562,7 @@ end rule "completeInsertVtbOfft" when eval(completeRulesEnabled) - $vtbOfft : VtbOfft(dataIns == null && (operation == OperationType.INSERT || operation == OperationType.INSERT_OR_UPDATE)) + $vtbOfft : VtbOfft(dataIns == null && (operation == OperationType.INSERT || operation == OperationType.INSERT_OR_UPDATE || operation == OperationType.DELETE_THEN_INSERT)) then String fullName = CommonRules.getFullName(conn, username); modify($vtbOfft) {