提交 f5990b1a 编写于 作者: K Karn Yongsiriwit

Fix empty of enum form property of model created by Activiti modeler

上级 d5596eb9
......@@ -520,6 +520,7 @@ public abstract class BaseBpmnJsonConverter implements EditorJsonConstants, Sten
for (JsonNode enumNode : enumValuesNode) {
if (enumNode.get("value") != null && enumNode.get("value").isNull() == false) {
FormValue formValue = new FormValue();
formValue.setId(enumNode.get("value").asText());
formValue.setName(enumNode.get("value").asText());
formValueList.add(formValue);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册