From fe241be5d1aec14cb417ecb4f76db863dd956735 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 9 Feb 2024 14:12:36 -0500 Subject: [PATCH 1/3] - missed a history push Signed-off-by: Dave Richer --- .../components/parts-queue-list/parts-queue.list.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/parts-queue-list/parts-queue.list.component.jsx b/client/src/components/parts-queue-list/parts-queue.list.component.jsx index ea8d26225..e26773598 100644 --- a/client/src/components/parts-queue-list/parts-queue.list.component.jsx +++ b/client/src/components/parts-queue-list/parts-queue.list.component.jsx @@ -102,7 +102,7 @@ export function PartsQueueListComponent({bodyshop}) { const handleOnRowClick = (record) => { if (record) { if (record.id) { - history.push({ + history({ search: queryString.stringify({ ...searchParams, selected: record.id, From b617ccdaf82b420805b4fda6456c699cfbb048a0 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 9 Feb 2024 14:32:48 -0500 Subject: [PATCH 2/3] - fix query Signed-off-by: Dave Richer --- client/src/graphql/csi.queries.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/graphql/csi.queries.js b/client/src/graphql/csi.queries.js index 653b96b32..f2d7260bf 100644 --- a/client/src/graphql/csi.queries.js +++ b/client/src/graphql/csi.queries.js @@ -65,8 +65,8 @@ export const QUERY_CSI_RESPONSE_PAGINATED = gql` job { ownr_fn ownr_ln - owneridro_number - + ownerid + ro_number id } } From 52ed56fe57ca7f28137cf04881080c06d9cde82e Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 9 Feb 2024 14:46:22 -0500 Subject: [PATCH 3/3] - fix query Signed-off-by: Dave Richer --- client/src/graphql/csi.queries.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/graphql/csi.queries.js b/client/src/graphql/csi.queries.js index f2d7260bf..4f74e7be3 100644 --- a/client/src/graphql/csi.queries.js +++ b/client/src/graphql/csi.queries.js @@ -80,7 +80,8 @@ export const QUERY_CSI_RESPONSE_PAGINATED = gql` export const QUERY_CSI_RESPONSE_BY_PK = gql` query QUERY_CSI_RESPONSE_BY_PK($id: uuid!) { csi_by_pk(id: $id) { - completedonrelateddata + completedon + relateddata valid validuntil id