Merge pull request #3328 from betagouv/superadmin-link-to-page

manager: display lien_site_web on procedures
This commit is contained in:
Pierre de La Morinerie 2019-01-28 18:29:39 +01:00 committed by GitHub
commit 7427e8a6ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ class ProcedureDashboard < Administrate::BaseDashboard
id: Field::Number.with_options(searchable: true),
libelle: Field::String,
description: Field::String,
lien_site_web: Field::String, # TODO: use Field::Url when administrate-v0.12 will be released
organisation: Field::String,
direction: Field::String,
created_at: Field::DateTime,
@ -59,6 +60,7 @@ class ProcedureDashboard < Administrate::BaseDashboard
:administrateur,
:libelle,
:description,
:lien_site_web,
:organisation,
:direction,
:service,