chore(feature flag): remove multi line routing flag
This commit is contained in:
parent
77e589d307
commit
6ad0547a72
2 changed files with 2 additions and 4 deletions
|
@ -28,5 +28,4 @@
|
||||||
%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
|
||||||
|
|
|
@ -19,8 +19,7 @@ features = [
|
||||||
:procedure_routage_api,
|
:procedure_routage_api,
|
||||||
:groupe_instructeur_api_hack,
|
:groupe_instructeur_api_hack,
|
||||||
: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