From 3e7145fc12ed8475ba10bb2a3c63004d41aa42bc Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 7 Jul 2017 07:21:10 -0400 Subject: [PORTAL-25] Role Centralization Bump EP SDK version to 1.3.0-SNAPSHOT Support Role Centralization & Common Set of Roles across All ONAP On-Boarded Applications Change-Id: Icfc1bbfddaf2c7c7176b4cf7bb7017d853c63100 Signed-off-by: Christopher Lott (cl778h) --- .../src/main/webapp/app/fusion/scripts/DS2-services/adminService.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-services/adminService.js') diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-services/adminService.js b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-services/adminService.js index e92ebaf3..105f0202 100644 --- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-services/adminService.js +++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-services/adminService.js @@ -373,7 +373,7 @@ getFnMenuItems: function(){ confirmRoleChildRemove: function(selected,availableRole,id){ return $http({ method: "POST", - url: "role/removeChildRole.htm?role_id=" + roleId, + url: "role/removeChildRole.htm?role_id=" + id, data:JSON.stringify({roleFunction:availableRole}) }).then(function(response) { @@ -394,7 +394,7 @@ getFnMenuItems: function(){ confirmRoleChildAdd: function(selected,availableRole,id){ return $http({ method: "POST", - url: "role/addChildRole.htm?role_id=" + roleId, + url: "role/addChildRole.htm?role_id=" + id, data:JSON.stringify({roleFunction:availableRole}) }).then(function(response) { -- cgit 1.2.3-korg