From c56ea05f60732ee9f60e22ce47dc3b584cd7821c Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 11 Oct 2018 13:49:01 +0200 Subject: [PATCH] Show the service, not the organisation in Procedures list --- app/dashboards/procedure_dashboard.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboards/procedure_dashboard.rb b/app/dashboards/procedure_dashboard.rb index b04ad40d0..3a93c9096 100644 --- a/app/dashboards/procedure_dashboard.rb +++ b/app/dashboards/procedure_dashboard.rb @@ -45,7 +45,7 @@ class ProcedureDashboard < Administrate::BaseDashboard :id, :created_at, :libelle, - :organisation, + :service, :dossiers, :published_at ].freeze