feat: Add Eingabeseite 10 (Schlussteil), fix section spawning with multiple conditions

This commit is contained in:
2026-02-21 18:06:47 +01:00
parent 1dc36ddb45
commit ec51e4d315
8 changed files with 117 additions and 6 deletions

View File

@@ -13,3 +13,4 @@ formElementSections:
- !include section_09_modul_sap_supply_chain_management_scm.yaml
- !include section_10_auswirkungen_auf_arbeitnehmer.yaml
- !include section_11_informationen_zur_kuenstlichen_intelligenz.yaml
- !include section_12_schlussteil.yaml

View File

@@ -43,6 +43,14 @@ formElementSubSections:
sectionSpawnConditionType: SHOW
sectionSpawnExpectedValue: Einführung
sectionSpawnOperator: EQUALS
- templateReference: schlussteil_template
sectionSpawnConditionType: SHOW
sectionSpawnExpectedValue: Einführung
sectionSpawnOperator: EQUALS
- templateReference: schlussteil_template
sectionSpawnConditionType: SHOW
sectionSpawnExpectedValue: Einführung mit einhergehender Ablösung
sectionSpawnOperator: EQUALS
# Allgemeine Informationen (Einführung, Ablösung, Änderung)
- title: Allgemeine Informationen

View File

@@ -0,0 +1,42 @@
title: Schlussteil
shortTitle: Schlussteil
description: Geplantes Einführungsdatum, Wiedervorlage und Anlagen zur Betriebsvereinbarung
templateReference: schlussteil_template
titleTemplate: Schlussteil
spawnedFromElementReference: art_der_massnahme
formElementSubSections:
- title: Einführungsdatum und Wiedervorlage
formElements:
- reference: schlussteil_einfuehrungsdatum
title: 1. Geplantes Einführungsdatum
description: ''
options:
- value: '2026-07-01'
label: Einführungsdatum
processingPurpose: BUSINESS_PROCESS
employeeDataCategory: NON_CRITICAL
type: DATE
- reference: schlussteil_wiedervorlage_datum
title: 2. Wiedervorlage für Prüfung
description: ''
options:
- value: '2027-07-01'
label: Datum
processingPurpose: BUSINESS_PROCESS
employeeDataCategory: NON_CRITICAL
type: DATE
- title: Anlagen zur Betriebsvereinbarung
formElements:
- reference: schlussteil_anlage
title: Anlagen zur Betriebsvereinbarung
description: ''
type: FILE_UPLOAD
options: []
- title: Dokumente zur Information des Betriebsrats
subtitle: Nicht Bestandteil der Betriebsvereinbarung
formElements:
- reference: schlussteil_dokument
title: Dokumente zur Information des Betriebsrats
description: ''
type: FILE_UPLOAD
options: []