From facbf11d7baaca6837d653de4563f8af406154f3 Mon Sep 17 00:00:00 2001 From: arsforza Date: Mon, 8 Aug 2022 15:07:50 +0200 Subject: [PATCH] fix: update UGA eap-actions AB#14646 --- .../src/scripts/json/EAP-actions.json | 30 +++++++++++++++---- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/services/API-service/src/scripts/json/EAP-actions.json b/services/API-service/src/scripts/json/EAP-actions.json index fb80584cc..0c89819ac 100644 --- a/services/API-service/src/scripts/json/EAP-actions.json +++ b/services/API-service/src/scripts/json/EAP-actions.json @@ -107,7 +107,10 @@ "action": "drr-1", "label": "DRR preliminary action", "month": { - "National": 4 + "National": { + "firstSeason": 4, + "secondSeason": 9 + } } }, { @@ -119,7 +122,10 @@ "action": "shelter-1", "label": "Shelter preliminary action", "month": { - "National": 5 + "National": { + "firstSeason": 5, + "secondSeason": 10 + } } }, { @@ -131,7 +137,10 @@ "action": "livelihood-1", "label": "Livelihood preliminary action", "month": { - "National": 6 + "National": { + "firstSeason": 6, + "secondSeason": 11 + } } }, { @@ -143,7 +152,10 @@ "action": "health-1", "label": "Health preliminary action", "month": { - "National": 9 + "National": { + "firstSeason": 4, + "secondSeason": 9 + } } }, { @@ -155,7 +167,10 @@ "action": "wash-1", "label": "WASH preliminary action", "month": { - "National": 10 + "National": { + "firstSeason": 5, + "secondSeason": 10 + } } }, { @@ -167,7 +182,10 @@ "action": "inclusion-1", "label": "Inclusion preliminary action", "month": { - "National": 11 + "National": { + "firstSeason": 6, + "secondSeason": 11 + } } }, {