feat(routing): add a feature flag on multi line routing
This commit is contained in:
parent
469a50f19d
commit
cd9cc65e99
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue