Commit eb1418b9 authored by Rafael Monnerat's avatar Rafael Monnerat

Validate Rule created by RuleConfiguratorItem

parent 1af22428
......@@ -70,4 +70,5 @@ class RuleConfiguratorItem(ConfiguratorItemMixin, XMLObject):
for content_dict in content_list:
rule.newContent(**content_dict)
rule.validate()
self.install(rule, business_configuration)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment