diff --git a/layouts/Medical_layout.json b/layouts/Medical_layout.json index 376d820..29bd6e2 100644 --- a/layouts/Medical_layout.json +++ b/layouts/Medical_layout.json @@ -143,6 +143,10 @@ { "itemType": "MEDICAL_AVAILABILITY", "requiresFile": true + }, + { + "itemType": "CHRONOS_ASSIGNMENT", + "requiresFile": true } ] } \ No newline at end of file diff --git a/layouts/Parkland_layout.json b/layouts/Parkland_layout.json index 823d62a..46583b9 100644 --- a/layouts/Parkland_layout.json +++ b/layouts/Parkland_layout.json @@ -640,6 +640,10 @@ "itemType": "CHRONOS_ASSIGNMENT", "requiresFile": true }, + { + "itemType": "CHRONOS_ASSIGNMENT", + "requiresFile": true + }, { "itemType": "ATTACHMENT_FILE", "requiresFile": true diff --git a/layouts/Psc_layout.json b/layouts/Psc_layout.json index 65b7b04..d4bdddc 100644 --- a/layouts/Psc_layout.json +++ b/layouts/Psc_layout.json @@ -108,10 +108,6 @@ "itemType": "MEDICAL_ACTIVITY", "requiresFile": true }, - { - "itemType": "MEDICAL_ROTATING_SCHEDULE_TEMPLATE", - "requiresFile": true - }, { "itemType": "GROUP_CYCLE", "requiresFile": true diff --git a/packages/reference/Medical.json b/packages/reference/Medical.json index fac91ea..2bafcf1 100644 --- a/packages/reference/Medical.json +++ b/packages/reference/Medical.json @@ -180,6 +180,11 @@ "key": "MEDICAL_AVAILABILITY-1", "itemType": "MEDICAL_AVAILABILITY", "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata/sante/medical/medical-availability/medical-availabilities.json" + }, + { + "key": "CHRONOS_ASSIGNMENT-1", + "itemType": "CHRONOS_ASSIGNMENT", + "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata/sante/absence/hour/hour-absence.json" } ] } \ No newline at end of file diff --git a/packages/reference/Parkland.json b/packages/reference/Parkland.json index d998ea4..039f7fc 100644 --- a/packages/reference/Parkland.json +++ b/packages/reference/Parkland.json @@ -801,6 +801,11 @@ "itemType": "CHRONOS_ASSIGNMENT", "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata/selfservice/assignment/assignments-hour-absence.json" }, + { + "key": "MEDICAL_HOUR_ABSENCE", + "itemType": "CHRONOS_ASSIGNMENT", + "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata/sante/absence/hour/hour-absence.json" + }, { "key": "ATTACHMENT_FILE-1", "itemType": "ATTACHMENT_FILE", diff --git a/packages/reference/Psc.json b/packages/reference/Psc.json index 18d3c43..a92365d 100644 --- a/packages/reference/Psc.json +++ b/packages/reference/Psc.json @@ -136,11 +136,6 @@ "itemType": "MEDICAL_ACTIVITY", "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-AMI/sante/medical/activity/psc_pm-activities.json" }, - { - "key": "MEDICAL_ROTATING_SCHEDULE_TEMPLATE-2", - "itemType": "MEDICAL_ROTATING_SCHEDULE_TEMPLATE", - "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-AMI/sante/schedule/rotating-schedule-template/rotating-schedule-template-with-medical-activity.json" - }, { "key": "GROUP_CYCLE-1", "itemType": "GROUP_CYCLE",