Compare commits
2 Commits
253e8d4eb6
...
006932a9e5
| Author | SHA1 | Date | |
|---|---|---|---|
| 006932a9e5 | |||
| ecdd054c12 |
@ -347,8 +347,8 @@ public final class BpmnJsonConverterUtil {
|
||||
|
||||
if (!CollectionUtils.isEmpty(i.getOptions())) {
|
||||
ExtensionAttribute fieldOptions = new ExtensionAttribute();
|
||||
fieldCode.setName(CONFIG_FIELD_OPTIONS);
|
||||
fieldCode.setValue(JSON.toJSONString(i.getOptions()));
|
||||
fieldOptions.setName(CONFIG_FIELD_OPTIONS);
|
||||
fieldOptions.setValue(JSON.toJSONString(i.getOptions()));
|
||||
field.addAttribute(fieldOptions);
|
||||
}
|
||||
fieldConfigElement.addChildElement(field);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user