feat(routing): add a feature flag on multi line routing

This commit is contained in:
Eric Leroy-Terquem 2023-10-17 19:02:51 +02:00
parent 469a50f19d
commit cd9cc65e99
2 changed files with 4 additions and 3 deletions

View file

@ -28,5 +28,5 @@
%td.operator= operator_tag(operator_name, targeted_champ, row_index) %td.operator= operator_tag(operator_name, targeted_champ, row_index)
%td.value= right_operand_tag(targeted_champ, value, row_index) %td.value= right_operand_tag(targeted_champ, value, row_index)
%td.delete-column= delete_condition_tag(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

View file

@ -20,7 +20,8 @@ features = [
:groupe_instructeur_api_hack, :groupe_instructeur_api_hack,
:rerouting, :rerouting,
:cojo_type_de_champ, :cojo_type_de_champ,
:sva :sva,
:multi_line_routing
] ]
def database_exists? def database_exists?