diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index 4b49bd90..c8fe1302 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/no/epc/web/EpcGraphWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/no/epc/web/EpcGraphWeb.java index 097bfcbd..831561c0 100644 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/no/epc/web/EpcGraphWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/no/epc/web/EpcGraphWeb.java @@ -79,9 +79,6 @@ public class EpcGraphWeb extends ActionWeb { * @return */ private String refreshControlDesignerNo(String uuid) { - String define = PALRepositoryQueryAPIManager.getInstance().getProcessDefinition(uc, uuid); - JSONObject definition = JSONObject.parseObject(define); - JSONObject elements = definition.getJSONObject("elements"); return new PolicyShapeSortWeb(uc).sort(uuid).toString(); } }