From 0123d6fb2e45f8070126946aacebbb0ae6e1b6a9 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 16 Jul 2024 10:53:57 +0100 Subject: [PATCH] Copies admin_style_v3 feature into ACTIVE_BY_DEFAULT section This should have an effect on test environment --- lib/open_food_network/feature_toggle.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/open_food_network/feature_toggle.rb b/lib/open_food_network/feature_toggle.rb index 6ee7a1fe5e..aedef176fb 100644 --- a/lib/open_food_network/feature_toggle.rb +++ b/lib/open_food_network/feature_toggle.rb @@ -50,6 +50,9 @@ module OpenFoodNetwork ACTIVE_BY_DEFAULT = { # Copy features here that were activated in a migration so that new # instances, development and test environments have the feature active. + "admin_style_v3" => <<~DESC, + Test the work-in-progress design updates. + DESC }.freeze def self.setup!