diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js index 82822813..debb226b 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js @@ -1388,7 +1388,7 @@ function openRelationDialog(obj, callback) { } } var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", ""); - window.open("./w?uuid=" + msg.data.uuid + "&teamId="+getteamId + window.open("./w?uuid=" + msg.data.uuid + "&teamId=" + getteamId + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId="+browserId+"&sid=" + encodeURIComponent($('#sid').val())); }