review: unauthorize complex champs
This commit is contained in:
parent
cdd790e3d3
commit
69d61913f5
2 changed files with 8 additions and 15 deletions
|
@ -39,14 +39,7 @@ class PrefillParams
|
|||
TypeDeChamp.type_champs.fetch(:integer_number),
|
||||
TypeDeChamp.type_champs.fetch(:email),
|
||||
TypeDeChamp.type_champs.fetch(:phone),
|
||||
TypeDeChamp.type_champs.fetch(:address),
|
||||
TypeDeChamp.type_champs.fetch(:pays),
|
||||
TypeDeChamp.type_champs.fetch(:regions),
|
||||
TypeDeChamp.type_champs.fetch(:departements),
|
||||
TypeDeChamp.type_champs.fetch(:siret),
|
||||
TypeDeChamp.type_champs.fetch(:rna),
|
||||
TypeDeChamp.type_champs.fetch(:iban),
|
||||
TypeDeChamp.type_champs.fetch(:annuaire_education)
|
||||
TypeDeChamp.type_champs.fetch(:iban)
|
||||
]
|
||||
|
||||
NEED_VALIDATION_TYPES_DE_CHAMPS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue