From 6af5a9a9658c1923e9c9c82f806656f20e8344e0 Mon Sep 17 00:00:00 2001 From: Lori Bailey <44073106+elceebee@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:22:28 +0000 Subject: [PATCH] Feature flag for new withdrawal reasons --- app/services/feature_flag.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/services/feature_flag.rb b/app/services/feature_flag.rb index ba595229133..3905dd8f2db 100644 --- a/app/services/feature_flag.rb +++ b/app/services/feature_flag.rb @@ -29,6 +29,7 @@ def feature TEMPORARY_FEATURE_FLAGS = [ [:block_provider_activity_log, 'Block provider activity log if causing problems', 'Lori Bailey'], [:show_reference_confidentiality_status, 'Control whether the confidentiality status of references is explicitly communicated to candidates, referees and providers', 'Avin Hurry'], + [:new_candidate_withdrawal_reasons, 'Turn on new withdrawal reasons', 'Lori Bailey'], ].freeze CACHE_EXPIRES_IN = 1.day