Loading module/Oscar/src/Oscar/Service/ProjectGrantSearchService.php +2 −1 Original line number Diff line number Diff line Loading @@ -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(), Loading Loading
module/Oscar/src/Oscar/Service/ProjectGrantSearchService.php +2 −1 Original line number Diff line number Diff line Loading @@ -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(), Loading