-
Bug
-
Resolution: Done
-
Major
-
6.4.2
-
BPM Suite 6.4.2 - subforms
Form Modeler
Kie Server Rest API
-
CR2
-
When fetching a task form with `filter=true` some fields (related to subforms) are missing compared to same output without `filter=true`.
If you compare the output of the request using the parameter `filter=true` [withtFilter.json] and the one without using it[withoutFilter.json], you'll notice that the one without the parameter has 3 items in the field list with the following names: `ticket_description`, `ticket_issue` and `ticket_title`; while the one using the parameter has only 2 items: `ticket_title` and `ticket_description`. The `field` which uses the subform is the one with the name `ticket_issue`.
Also, there are a lot of quots if not using `filter=true`;
- clones
-
RHBPMS-4759 Task Subforms retrieved by Kie Server Rest API is missing subform fields in BPM Suite 6.4.x
- Closed
- is cloned by
-
JBPM-6277 Task Subforms retrieved by Kie Server Rest API is missing subform fields
- Resolved