From 7c013fef45846d3174409ddf03679196885dc4f9 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Wed, 21 Jan 2015 17:13:02 +0100 Subject: [PATCH] Projects: Query prefixed with myslice to contact only the Registry --- portal/static/js/myslice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/static/js/myslice.js b/portal/static/js/myslice.js index 4b8fc83b..aa5df439 100644 --- a/portal/static/js/myslice.js +++ b/portal/static/js/myslice.js @@ -198,7 +198,7 @@ var myslice = { parent_authority = user.parent_authority; } // REGISTRY ONLY TO BE REMOVED WITH MANIFOLD-V2 - $.post("/rest/authority/",{'fields':['authority_hrn'],'filters':{'authority_hrn':'CONTAINS'+parent_authority}}, function( data ) { + $.post("/rest/myslice:authority/",{'fields':['authority_hrn'],'filters':{'authority_hrn':'CONTAINS'+parent_authority}}, function( data ) { localStorage.setItem('projects', JSON.stringify(data)); }); }else{ -- 2.47.0