Merged in test-beta (pull request #1277)
Test beta Approved-by: Patrick Fic
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -65,8 +65,8 @@ export const QUERY_CSI_RESPONSE_PAGINATED = gql`
|
||||
job {
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
owneridro_number
|
||||
|
||||
ownerid
|
||||
ro_number
|
||||
id
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user