From 6af47faef1f75020fb8947da2003fc3e454b3f5f Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Mon, 17 Jun 2024 09:52:17 -0500 Subject: [PATCH] [PM-8027] Adding feature flag to allow us to fallback to the basic approach to field qualification for the inline menu (#4166) * [PM-8027] Adding feature flag to allow us to fallback to the basic approach to field qualification for the inline menu * [PM-8027] Adding feature flag to allow us to fallback to the basic approach to field qualification for the inline menu * [PM-8027] Reverting flag from a fallback flag to an enhancement feature flag --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 7a485248ff..fa39481985 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -131,6 +131,7 @@ public static class FeatureFlagKeys public const string BulkDeviceApproval = "bulk-device-approval"; public const string MemberAccessReport = "ac-2059-member-access-report"; public const string BlockLegacyUsers = "block-legacy-users"; + public const string InlineMenuFieldQualification = "inline-menu-field-qualification"; public static List GetAllKeys() {