From 561929f604a7da2b117b08723507a409d35fe65e Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Fri, 24 Mar 2023 14:46:07 +0100 Subject: [PATCH] fix(certificates): non-optional comm. field --- certificates.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/certificates.yaml b/certificates.yaml index f801e01..af01633 100644 --- a/certificates.yaml +++ b/certificates.yaml @@ -247,7 +247,9 @@ nodes: source: "antrag eingereicht, bafoeg" form: "kommunikation": - - "4": *kommunikation-field-optional + - "4": + <<: *kommunikation-field-optional + optional: false ################################### @@ -476,4 +478,6 @@ nodes: source: "antrag eingereicht, studienabschluss" form: "kommunikation": - - "4": *kommunikation-field-optional \ No newline at end of file + - "4": + <<: *kommunikation-field-optional + optional: false \ No newline at end of file