SDNR UI Config app throws 400 error 26/136126/1
authorsai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Mon, 9 Oct 2023 18:38:29 +0000 (20:38 +0200)
committersai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Mon, 9 Oct 2023 18:39:01 +0000 (20:39 +0200)
ConfigurationApp throws 400 error

Issue-ID: CCSDK-3942
Change-Id: Ia4bdeb1590f533e49c8a865f2bc75e135952f414
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
sdnr/wt/odlux/apps/configurationApp/src/actions/deviceActions.ts
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/odlux.properties

index d8ec4bf..187e9bc 100644 (file)
@@ -233,7 +233,7 @@ export const updateViewActionAsyncCreator = (vPath: string) => async (dispatch:
         extractList = true;
       } else {
         // normal case & replaces unicode %2C if present
-        dataPath += `/${property}${key ? `=${key.replace(/\%2C/g, ',').replace(/\//ig, '%2F')}` : ''}`;
+        dataPath += `/${property}${key ? `=${key.replace(/,/ig, '%2C').replace(/\//ig, '%2F')}` : ''}`;
 
         // in case of the root element the required namespace will be added later,
         // while extracting the data
index 1146f59..47f1f58 100644 (file)
@@ -45,7 +45,7 @@
     <properties>
         <buildtime>${maven.build.timestamp}</buildtime>
         <distversion>ONAP Frankfurt (Neon, mdsal ${odl.mdsal.version})</distversion>
-        <buildno>190.d02fb971(23/08/31)</buildno>
+        <buildno>192.ff865e59(23/10/09)</buildno>
         <odlux.version>ONAP SDN-R | ONF Wireless for ${distversion} - Build: ${buildtime} ${buildno} ${project.version}</odlux.version>
     </properties>
 
index b9b3ac3..6d8b8c1 100644 (file)
@@ -1,5 +1,5 @@
 odlux.framework.buildno=190.d02fb971(23/08/31)
-odlux.apps.configurationApp.buildno=189.430945bc(23/08/04)
+odlux.apps.configurationApp.buildno=192.ff865e59(23/10/09)
 odlux.apps.connectApp.buildno=172.52348b7c(23/02/16)
 odlux.apps.eventLogApp.buildno=172.52348b7c(23/02/16)
 odlux.apps.faultApp.buildno=188.1b12eac8(23/06/30)