[fix #2985] del champ_linked_dropdown in feature
This commit is contained in:
parent
d9aedcdd24
commit
de5de75869
2 changed files with 0 additions and 3 deletions
|
@ -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?
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue