Skip to content

Commit cccf476

Browse files
committed
12
1 parent 8c7ef46 commit cccf476

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlowNodeRED/src/nodered/nodes/rpa_nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export async function get_rpa_workflows(req, res) {
238238
// };
239239
}
240240
var result: any[] = await NoderedUtil.Query('openrpa', q,
241-
{ name: 1, projectandname: 1 }, { name: -1, projectandname: -1 }, 1000, 0, token.jwt, req.query.queue)
241+
{ name: 1, projectandname: 1 }, { projectid: -1, name: -1 }, 1000, 0, token.jwt, req.query.queue)
242242
res.json(result);
243243
} catch (error) {
244244
res.status(500).json(error);

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.419
1+
0.0.420

0 commit comments

Comments
 (0)