Merged in test-beta (pull request #1277)

Test beta

Approved-by: Patrick Fic
This commit is contained in:
Allan Carr
2024-02-09 22:15:56 +00:00
committed by Patrick Fic
2 changed files with 5 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ export function PartsQueueListComponent({bodyshop}) {
const handleOnRowClick = (record) => { const handleOnRowClick = (record) => {
if (record) { if (record) {
if (record.id) { if (record.id) {
history.push({ history({
search: queryString.stringify({ search: queryString.stringify({
...searchParams, ...searchParams,
selected: record.id, selected: record.id,

View File

@@ -65,8 +65,8 @@ export const QUERY_CSI_RESPONSE_PAGINATED = gql`
job { job {
ownr_fn ownr_fn
ownr_ln ownr_ln
owneridro_number ownerid
ro_number
id id
} }
} }
@@ -80,7 +80,8 @@ export const QUERY_CSI_RESPONSE_PAGINATED = gql`
export const QUERY_CSI_RESPONSE_BY_PK = gql` export const QUERY_CSI_RESPONSE_BY_PK = gql`
query QUERY_CSI_RESPONSE_BY_PK($id: uuid!) { query QUERY_CSI_RESPONSE_BY_PK($id: uuid!) {
csi_by_pk(id: $id) { csi_by_pk(id: $id) {
completedonrelateddata completedon
relateddata
valid valid
validuntil validuntil
id id