Enable champ carte for everyone
This commit is contained in:
parent
9ac85295c6
commit
7a60f1b549
2 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@ module TypeDeChampHelper
|
||||||
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(:linked_drop_down_list) => :champ_linked_dropdown?,
|
||||||
TypeDeChamp.type_champs.fetch(:carte) => :champ_carte?,
|
|
||||||
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?
|
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,6 @@ Flipflop.configure do
|
||||||
title: "Champ SIRET"
|
title: "Champ SIRET"
|
||||||
feature :champ_linked_dropdown,
|
feature :champ_linked_dropdown,
|
||||||
title: "Champ double menu déroulant"
|
title: "Champ double menu déroulant"
|
||||||
feature :champ_carte,
|
|
||||||
title: "Champ Carte"
|
|
||||||
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