Skip to content
Snippets Groups Projects
Commit 62685fc2b6d4 authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

fix(frontend): show latest import processes first

parent e1d6841c77aa
No related branches found
No related tags found
1 merge request!16Log import_data to S3 storage
...@@ -287,6 +287,7 @@ ...@@ -287,6 +287,7 @@
return ( return (
"Any X, MAX(VAL_DATE), VAL_RECIPE, VAL_PROJECT, VAL_STATE " + "Any X, MAX(VAL_DATE), VAL_RECIPE, VAL_PROJECT, VAL_STATE " +
"GROUPBY X, VAL_RECIPE, VAL_PROJECT, VAL_STATE " + "GROUPBY X, VAL_RECIPE, VAL_PROJECT, VAL_STATE " +
"ORDERBY MAX(VAL_DATE) DESC " +
"WHERE X is ImportProcess, " + "WHERE X is ImportProcess, " +
getImportRecipePart(hasDataService, hasRecipe) + getImportRecipePart(hasDataService, hasRecipe) +
getImportProcedurePart(hasProject) + getImportProcedurePart(hasProject) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment