Fix PolicyId 37/46237/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 4 May 2018 15:09:20 +0000 (17:09 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 4 May 2018 15:09:20 +0000 (17:09 +0200)
Fix the policy Id set by the Submit call and update the ui accordingly

Issue-ID: CLAMP-153
Change-Id: Id972e1ef4bfcab2e9932368cde8cc126fbc9c6d7
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/resources/META-INF/resources/designer/scripts/CldsModelService.js

index 7e43b70..89197af 100644 (file)
@@ -285,6 +285,7 @@ app.service('cldsModelService', ['alertService', '$http', '$q', function(alertSe
     deploymentId = pars.deploymentId;
     setStatus(pars);
     this.enableDisableMenuOptions(pars);
+    elementMap = JSON.parse(pars.propText);
   }
 
   function setStatus(pars) {