-
Bug
-
Resolution: Done
-
Major
-
7.9.1.GA
-
None
-
False
-
False
-
-
-
-
-
-
CR1
-
Undefined
-
-
---
-
---
-
-
2021 Week 19-21 (from May 10), 2021 Week 22-24 (from May 31), 2021 Week 25-27 (from Jun 21)
When submitting a form with a Date field, the payload contains the string "[object Object]" instead of the correct date. The reason is because the rendered form contains the following:
function getData() {
return {'date' : {'com.myspace.test_form_date.DateObject' :
}}
};
The right rendered function should be:
function getData() {
return {'date' : {'com.myspace.test_form_date.DateObject' :
}}
};
This seems like an error in
org.kie.server.services.jbpm.ui.form.render.AbstractFormRenderer
- is cloned by
-
AF-2860 Process form renderer for Date objects doesn't submit the correct data
-
- Resolved
-