-
Bug
-
Resolution: Done
-
Major
-
7.44.0.Final
-
None
-
1
-
False
-
False
-
NEW
-
NEW
-
Undefined
-
-
---
-
---
-
-
2020 Week 40-42 (from Sep 28)
The issue was originally fixed in JBPM-9321 but then the regression was created by JBPM-9322 where a switch construct was introduced with a missing break. Being it Java, the subsequent row
item.setOptions(field.getListOfValues().stream().map(ItemOption::new).collect(toList()));
throws NPE as field.getListOfValues() returns null as it belongs to another form element (multipleSelector).
- is related to
-
RHPAM-2330 Some form options can't be rendered in API response
- Closed
- relates to
-
JBPM-9321 Some form options can't be rendered in API response / DocumentCollection
- Resolved