-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Environment (Required on creation):
- Any tasklist environment
- https://github.com/camunda/camunda-bpm-examples/tree/master/usertask/task-camunda-forms
Description
When running the camunda task forms example I can save changes in the form from Tasklist.
For submit, if
- a field is pre-filled with a process variable
- I clear the field value
- I click "Submit"
- Check the process in Cockpit
The process variable still has the value from before.
For save, if
- a field is pre-filled with a non-empty value (e.g. because it is backed by a process variable)
- I clear the field value
- I click "Save"
- I reload the form
The field value is no longer empty, but contains the default value again.
Expected behavior (Required on creation):
- I can submit empty values.
- empty values are saved and correctly applied again after reload.
This is the controller panel for Smart Panels app
- is related to
-
CAM-13897 Camunda Forms: "Number" and "Select" can not save or submit empty fields with default value
- Closed