Commit d76ea1f6 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix affichage des statuts

parent 3caba776
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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(),