-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
Form Fields with default values (left in default value) are not submitted even though they are not present in the process. This seems to be related to that only updated (dirty) variables are submitted.
Suggested solutions:
- in form javascript, evaluate variable dirty flag against process variable values, not 'Default Value'.
- default to default value if variable is not submitted