X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=blobdiff_plain;f=manifoldapi%2Fstatic%2Fjs%2Fmanifold.js;h=c880831f74ca56b3e07fb0c15dc2821887674f4b;hp=49098f9130e0c473a803b7b9eba86dd57ff87ed4;hb=c17a3781bf8284cf85fcb0264003cbea51aebf6c;hpb=95fcc57dcf3c6d264dfe895a8d0255a489ee2c8c diff --git a/manifoldapi/static/js/manifold.js b/manifoldapi/static/js/manifold.js index 49098f91..c880831f 100644 --- a/manifoldapi/static/js/manifold.js +++ b/manifoldapi/static/js/manifold.js @@ -976,9 +976,10 @@ var manifold = { /* If the Query object concerns SFA AM objects, iterate on each AM platform - This allows a progressive loading per AM platform + Loop per platform, allows a progressive loading per AM platform + Update is run on all platforms at the same time to get a final answer, we don't manage partial answers yet... */ - if(query.object == 'resource' || query.object == 'lease' || query.object == 'slice'){ + if((query.object == 'resource' || query.object == 'lease' || query.object == 'slice') && query.action != "update"){ var obj = query.object; $.post("/rest/platform/", function( data ) { $.each(data, function(index, p) {