From 2a7e87125f00d3355e62f75276a92823575922d6 Mon Sep 17 00:00:00 2001 From: Weiko Date: Thu, 16 Jul 2026 14:09:58 +0200 Subject: [PATCH] Remove calendar week view feature flag from public flags (#22950) ## Summary - Remove `IS_CALENDAR_WEEK_VIEW_ENABLED` from the public feature flag registry - Keep the remaining public feature flags unchanged ## Note Needs more polish before being released in the Lab --- .../feature-flag/constants/public-feature-flag.const.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts index 847c4016d1..72a1f4380f 100644 --- a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts +++ b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts @@ -12,14 +12,6 @@ export type PublicFeatureFlag = { }; export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [ - { - key: FeatureFlagKey.IS_CALENDAR_WEEK_VIEW_ENABLED, - metadata: { - label: 'Calendar Day and Week Views', - description: - 'Display calendar records in daily or weekly layouts with optional end dates', - }, - }, { key: FeatureFlagKey.IS_JUNCTION_RELATIONS_ENABLED, metadata: {