Fix PolicyId
[clamp.git] / 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) {