Merge pull request #3126 from pengfeidong/fix_2985_active_champ_linked_dropdown

[fix #2985] del champ_linked_dropdown in feature
This commit is contained in:
gregoirenovel 2018-12-10 16:51:42 +01:00 committed by GitHub
commit 7f630f7f4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@ class TypesDeChampService
TOGGLES = {
TypeDeChamp.type_champs.fetch(:piece_justificative) => :champ_pj?,
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
TypeDeChamp.type_champs.fetch(:linked_drop_down_list) => :champ_linked_dropdown?,
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?
}

View file

@ -11,8 +11,6 @@ Flipflop.configure do
title: "Champ pièce justificative"
feature :champ_siret,
title: "Champ SIRET"
feature :champ_linked_dropdown,
title: "Champ double menu déroulant"
feature :champ_integer_number,
title: "Champ nombre entier"
end