Commit f2f06b67 authored by Sebastien Robin's avatar Sebastien Robin

gui prototype: stop defining successorList when sending data to manpy

parent 64ce4c98
......@@ -248,15 +248,6 @@
core_object_dict[clone_element['id']] = clone_element;
});
/* calculate predecessorList from sucessorList.
* In the future we have to update ManPy to use sucessorList only
*/
$.each(core_object_dict, function(k, v) {
$.each(v['successorList'] || [], function(i, successor) {
core_object_dict[successor].predecessorList.push( k );
});
});
manpy_dict['coreObject'] = coreObject;
manpy_dict['modelResource'] = [];
manpy_dict['general'] = data['general'];
......
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