Remove service.siret from manager (#4509)

Supprime le champ `Service.siret` du Manager
This commit is contained in:
Pierre de La Morinerie 2019-11-12 18:20:48 +01:00 committed by GitHub
commit d86e2bfbc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,7 @@ class ServiceDashboard < Administrate::BaseDashboard
email: Field::String, email: Field::String,
telephone: Field::String, telephone: Field::String,
horaires: Field::String, horaires: Field::String,
adresse: Field::String, adresse: Field::String
siret: Field::String
}.freeze }.freeze
# COLLECTION_ATTRIBUTES # COLLECTION_ATTRIBUTES
@ -45,8 +44,7 @@ class ServiceDashboard < Administrate::BaseDashboard
:email, :email,
:telephone, :telephone,
:horaires, :horaires,
:adresse, :adresse
:siret
].freeze ].freeze
# FORM_ATTRIBUTES # FORM_ATTRIBUTES