Commit c76c3d66 authored by Romain Courteaud's avatar Romain Courteaud

erp5_core: revert

parent 74b71993
...@@ -100,7 +100,7 @@ class SimulableMixin(Base): ...@@ -100,7 +100,7 @@ class SimulableMixin(Base):
applied_rule = self._createRootAppliedRule() applied_rule = self._createRootAppliedRule()
expand_root = applied_rule is not None expand_root = applied_rule is not None
activate_kw = {'tag': 'build:'+self.getPath(), activate_kw = {'tag': 'build:'+self.getPath(),
'priority': SIMULATION_PRIORITY - 1 'priority': SIMULATION_PRIORITY
} }
if expand_root: if expand_root:
applied_rule.expand(activate_kw=activate_kw) applied_rule.expand(activate_kw=activate_kw)
......
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