Merge pull request #2812 from betagouv/fix-manager
Show the service, not the organisation in Procedures list
This commit is contained in:
commit
8fd2c95ea2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class ProcedureDashboard < Administrate::BaseDashboard
|
||||||
:id,
|
:id,
|
||||||
:created_at,
|
:created_at,
|
||||||
:libelle,
|
:libelle,
|
||||||
:organisation,
|
:service,
|
||||||
:dossiers,
|
:dossiers,
|
||||||
:published_at
|
:published_at
|
||||||
].freeze
|
].freeze
|
||||||
|
|
Loading…
Reference in a new issue