lib/ruote/exp/flowexpression.rb in ruote-2.1.2 vs lib/ruote/exp/flowexpression.rb in ruote-2.1.3
- old
+ new
@@ -318,10 +318,10 @@
# of this expression.
#
def cancel (flavour)
return reply_to_parent(h.applied_workitem) \
- unless h.children.find { |cfei| Ruote::FlowExpression.fetch(cfei) }
+ unless h.children.find { |cfei| Ruote::Exp::FlowExpression.fetch(@context, cfei) }
do_persist || return
# before firing the cancel message to the children
h.children.each do |cfei|