From 6ad0547a72555bc61da261a0d1521591ba786a0d Mon Sep 17 00:00:00 2001 From: Eric Leroy-Terquem Date: Tue, 14 Nov 2023 17:06:05 +0100 Subject: [PATCH] chore(feature flag): remove multi line routing flag --- .../routing_rules_component/routing_rules_component.html.haml | 3 +-- config/initializers/flipper.rb | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/components/conditions/routing_rules_component/routing_rules_component.html.haml b/app/components/conditions/routing_rules_component/routing_rules_component.html.haml index 6ea962d59..962c7ef45 100644 --- a/app/components/conditions/routing_rules_component/routing_rules_component.html.haml +++ b/app/components/conditions/routing_rules_component/routing_rules_component.html.haml @@ -28,5 +28,4 @@ %td.operator= operator_tag(operator_name, targeted_champ, row_index) %td.value= right_operand_tag(targeted_champ, value, row_index) %td.delete-column= delete_condition_tag(row_index) - - if @groupe_instructeur.procedure.feature_enabled?(:multi_line_routing) - .flex.justify-end.mt-2= add_condition_tag + .flex.justify-end.mt-2= add_condition_tag diff --git a/config/initializers/flipper.rb b/config/initializers/flipper.rb index f994a02d9..9108a2835 100644 --- a/config/initializers/flipper.rb +++ b/config/initializers/flipper.rb @@ -19,8 +19,7 @@ features = [ :procedure_routage_api, :groupe_instructeur_api_hack, :cojo_type_de_champ, - :sva, - :multi_line_routing + :sva ] def database_exists?