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 035307da..e96fdf8f 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/CoeDesignerShapeAPIManager.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/CoeDesignerShapeAPIManager.java index 81c41b99..f1acef24 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/CoeDesignerShapeAPIManager.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/CoeDesignerShapeAPIManager.java @@ -731,6 +731,7 @@ public class CoeDesignerShapeAPIManager { String title = attr.getNewTitle(); object.put("name", title); object.put("isRequired",attr.getIsRequired()); + object.put("desc",attr.getDesc()); } } }); @@ -771,6 +772,7 @@ public class CoeDesignerShapeAPIManager { String title = attr.getNewTitle(); object2.put("name", title); object2.put("isRequired",attr.getIsRequired()); + object2.put("desc",attr.getDesc()); } } }); @@ -809,6 +811,7 @@ public class CoeDesignerShapeAPIManager { map1.put("groupPath", AttributeModel.getGroupPath()); map1.put("scope", AttributeModel.getScope()); map1.put("isRequired",AttributeModel.getIsRequired()); + map1.put("desc",AttributeModel.getDesc()); attributeMap.put(AttributeModel.getKey(), map1); } } diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js index 31317cf5..aebaf7e2 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js @@ -1535,7 +1535,7 @@ function getPrivateAttributeHtml(attributesJsonArray, tbodyId, shape) { constr = '