diff --git a/frontend/src/api/cubicweb.ts b/frontend/src/api/cubicweb.ts index e1d6841c77aa47fc58c76503f7f049d5a3a98db3_ZnJvbnRlbmQvc3JjL2FwaS9jdWJpY3dlYi50cw==..62685fc2b6d42d75359b99dd94a563466f46e644_ZnJvbnRlbmQvc3JjL2FwaS9jdWJpY3dlYi50cw== 100644 --- a/frontend/src/api/cubicweb.ts +++ b/frontend/src/api/cubicweb.ts @@ -287,6 +287,7 @@ return ( "Any X, MAX(VAL_DATE), VAL_RECIPE, VAL_PROJECT, VAL_STATE " + "GROUPBY X, VAL_RECIPE, VAL_PROJECT, VAL_STATE " + + "ORDERBY MAX(VAL_DATE) DESC " + "WHERE X is ImportProcess, " + getImportRecipePart(hasDataService, hasRecipe) + getImportProcedurePart(hasProject) +