Commit a3cf4b6c authored by Łukasz Nowak's avatar Łukasz Nowak

Propagate activate_kw if given.

parent da134e2b
......@@ -760,7 +760,7 @@ class Delivery(XMLObject, ImmobilisationDelivery,
' rule.' % self.getRelativeUrl())
my_applied_rule_id = None
expand_activate_kw = {}
expand_activate_kw = kw.get('activate_kw', {})
if my_applied_rule is not None:
my_applied_rule_id = my_applied_rule.getId()
expand_activate_kw['after_path_and_method_id'] = (
......
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