Skip to content
Snippets Groups Projects
Commit d76ea1f6 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix affichage des statuts

parent 3caba776
Branches
No related tags found
No related merge requests found
Pipeline #38868 passed
......@@ -1119,7 +1119,8 @@ class ProjectGrantSearchService implements UseEntityManager, UsePersonService, U
'sortIgnoreNull' => $params['sortIgnoreNull'],
// Valeurs pour les champs de formulaire
'rolesOrganizations' => $rolesOrganization,
'statuts' => $this->getAdministrationConfigService()->activityStatusSelect(false, true, true),
'statuts' => $this->getAdministrationConfigService()
->activityStatusSelect(true, true, true),
'tags' => $this->getFilterOptionsTags(),
'filtersType' => $this->getFiltersTypes(),
'fieldsCSV' => $this->getFilterOptionsFieldCSV(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment