Commit 361e9a77 authored by iv's avatar iv

ERP5Workflow: fix erp5_graph_editor non-existing RSVP.Monitor()

parent 71ec37ec
...@@ -826,8 +826,8 @@ ...@@ -826,8 +826,8 @@
Container: this.props.main Container: this.props.main
}); });
draggable(gadget); draggable(gadget);
this.props.nodes_click_monitor = RSVP.Monitor(); this.props.nodes_click_monitor = this.__monitor;
return RSVP.all([waitForDrop(gadget), return RSVP.all([waitForDrop(gadget),
waitForConnection(gadget), waitForConnection(gadget),
waitForConnectionDetached(gadget), waitForConnectionDetached(gadget),
......
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