it-at-m / digiwf-core

central workflow automation and integration platform based on the free process framework Camunda.
MIT License
19 stars 7 forks source link

Values for optional inputs not loading #1208

Closed simonhir closed 8 months ago

simonhir commented 9 months ago

When fields are only displayed dependent of other fields (optional-group/field/select) the values for this fields are not displayed on change of the optional field. Only if the optional field is selected and saved and the page is reloaded the values are displayed. It seems that only values for inputs that are visible at page load are displayed.

Reproduce

Acceptance criteria

Ref: https://git.muenchen.de/digitalisierung/digiwf-support/-/issues/428

simonhir commented 8 months ago

Scheint aktuell noch nicht behoben zu sein siehe Bild unten. Ich teste es mal nochmal lokal

image.png
simonhir commented 8 months ago

Mit der neu gesetzten Property removeAdditionalProperties: false konnten bereits vorhandene Variablen nicht mehr geändert werden. Dabei hat das Frontend immer noch den alten Wert als Payload versendet obwohl er in der UI geändert wurde. Aus diesem Grund wurde mit #1340 die Änderungen aus #1308 reverted

simonhir commented 8 months ago

Wird zurückgestellt, da Lösung nicht absehbar ist. Als Alternative wird versucht die Inputs außerhalb der Optionals-Group anzuzeigen und dem Bug damit zu umgehen