diff --git a/www/front_src/src/Header/RessourceStatusCounter/Service/index.tsx b/www/front_src/src/Header/RessourceStatusCounter/Service/index.tsx index e32d42e3264..eebbd454658 100755 --- a/www/front_src/src/Header/RessourceStatusCounter/Service/index.tsx +++ b/www/front_src/src/Header/RessourceStatusCounter/Service/index.tsx @@ -118,10 +118,8 @@ const ServiceStatusCounter = (): JSX.Element => { statuses: pendingCriterias.value as Array, }); const pendingServicesLink = use_deprecated_pages - ? '/main.php?p=20201&o=svc&statusFilter=&search=' - : getServiceResourcesUrl({ - statusCriterias: pendingCriterias, - }); + ? '/main.php?p=20201&o=svc&statusFilter=pending&search=' + : getServiceResourcesUrl({ statusCriterias: pendingCriterias }); const changeFilterAndNavigate = ({ link, criterias, toggle }: SelectResourceProps) =>