From ca1a1a515880ea4c29eede28bb6b936331259e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Zi=C3=B3=C5=82ek?= Date: Mon, 25 Nov 2024 15:12:59 +0100 Subject: [PATCH] fix: allocation milestone as alert state --- client/src/constants/milestones.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/constants/milestones.ts b/client/src/constants/milestones.ts index f24ed7d60f..c9f93e6c28 100644 --- a/client/src/constants/milestones.ts +++ b/client/src/constants/milestones.ts @@ -230,6 +230,7 @@ export default function getMilestones(): Milestone[] { { from: new Date('2025-01-11T17:00:00+0100'), id: 'e6-allocation-window', + isAllocationWindowMilestone: true, label: i18n.t('views.projects.projectsTimelineWidget.allocationWindow'), shouldUseThirdPersonSingularVerb: true, to: new Date('2025-01-25T17:00:00+0100'),