Refactoring on Action - having RuleWithAction and RuleWithActionsProperties

This commit is contained in:
Felipe Zimmerle
2020-09-23 13:48:15 -03:00
parent 730328897d
commit 39ac4760ea
43 changed files with 1796 additions and 1533 deletions

View File

@@ -36,7 +36,7 @@ class NoAuditLog : public ActionTypeRuleMetaData,
{ }
void configure(RuleWithActions *rule) override {
rule->setHasNoAuditLogAction(true);
rule->setNoAuditLog(true);
}
};