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:
commit
7f630f7f4e
2 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@ class TypesDeChampService
|
||||||
TOGGLES = {
|
TOGGLES = {
|
||||||
TypeDeChamp.type_champs.fetch(:piece_justificative) => :champ_pj?,
|
TypeDeChamp.type_champs.fetch(:piece_justificative) => :champ_pj?,
|
||||||
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
|
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?
|
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,6 @@ Flipflop.configure do
|
||||||
title: "Champ pièce justificative"
|
title: "Champ pièce justificative"
|
||||||
feature :champ_siret,
|
feature :champ_siret,
|
||||||
title: "Champ SIRET"
|
title: "Champ SIRET"
|
||||||
feature :champ_linked_dropdown,
|
|
||||||
title: "Champ double menu déroulant"
|
|
||||||
feature :champ_integer_number,
|
feature :champ_integer_number,
|
||||||
title: "Champ nombre entier"
|
title: "Champ nombre entier"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue