# HG changeset patch
# User ogiorgis <olivier.giorgis@logilab.fr>
# Date 1710757374 -3600
#      Mon Mar 18 11:22:54 2024 +0100
# Node ID a2245fdad5d0d0f5d967ba1bbc325a37e2aaa974
# Parent  7e3a95822571fa487e566e20dd7261966dec96b9
fix: Straighten the query: the name of the process type has become the name of the image graph.

diff --git a/frontend/src/api/cubicweb.ts b/frontend/src/api/cubicweb.ts
--- a/frontend/src/api/cubicweb.ts
+++ b/frontend/src/api/cubicweb.ts
@@ -233,8 +233,8 @@
           ({
             eid: r[0],
             name: r[1],
-            process_type: r[2],
-            graph_uri: r[3],
+            graph_uri: r[2],
+            process_type: r[3],
             dataservice: { eid: r[4], name: r[5] },
           }) as Recipe,
       );