Merge branch 'feature/REQ-5965' into test
This commit is contained in:
commit
4d22bba723
@ -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