From: Loic Baron Date: Mon, 8 Dec 2014 13:23:55 +0000 (+0100) Subject: Manifold API: on_new_record receive the result values of Update Queries in the plugins X-Git-Tag: myslice-1.1~19^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=901e02130a36c92c730d89ee289a15fe5d05e43a;hp=459533cb225580b6e9e58136fa81f5470537e7d0;p=myslice.git Manifold API: on_new_record receive the result values of Update Queries in the plugins --- diff --git a/manifoldapi/static/js/manifold.js b/manifoldapi/static/js/manifold.js index 95e5b0e8..fe493cdc 100644 --- a/manifoldapi/static/js/manifold.js +++ b/manifoldapi/static/js/manifold.js @@ -1451,6 +1451,8 @@ case TYPE_LIST_OF_VALUES: var query_ext = manifold.query_store.find_query_ext(query.query_uuid); query_ext.query_state = QUERY_STATE_DONE; + var tmp_query = manifold.query_store.find_analyzed_query(query.query_uuid); + manifold.publish_result_rec(tmp_query, records); // Send DONE message to plugins query.iter_subqueries(function(sq, data, parent_query) {