From 35afbaf2381936ece7d155a33fab7d0ecfe4750b Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 24 Jan 2019 11:38:28 +0000 Subject: [PATCH] manager: display lien_site_web on procedures Fix #3327 --- app/dashboards/procedure_dashboard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/dashboards/procedure_dashboard.rb b/app/dashboards/procedure_dashboard.rb index b2cd24301..7e2b0df69 100644 --- a/app/dashboards/procedure_dashboard.rb +++ b/app/dashboards/procedure_dashboard.rb @@ -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,