Transformation des JSON-Schema zur Laufzeit, sodass das Custom x-display für Date Fields gesetzt wird und somit für alle vorhandenen Prozesse genutzt wird.
Form-Builder setzt bei Date autom. das x-display
Test auf Reiseantrag, da das Formular relativ komplex ist.
https://git.muenchen.de/digitalisierung/digiwf-support/-/issues/123
Umsetzung muss noch diskutiert werden, da dies aus der Lib kommt.
Alternativen:
Entscheidung: Eigene Date-Input in Apps -> Package -> Components
Vorlage Date-Input: MAstER oder DigiWF-Legacy
Vorlage DigiWF-Custom-Input: VMultiUserInput
Integration im Frontend: https://github.com/it-at-m/digiwf-core/blob/dev/digiwf-apps/packages/apps/digiwf-tasklist/src/components/schema/AppJsonRenderer.vue#L9
Transformation des JSON-Schema zur Laufzeit, sodass das Custom
x-display
für Date Fields gesetzt wird und somit für alle vorhandenen Prozesse genutzt wird.Form-Builder setzt bei Date autom. das
x-display
Test auf Reiseantrag, da das Formular relativ komplex ist.