Refactor production board with new component BOD-71
This commit is contained in:
@@ -867,9 +867,9 @@ export const generate_UPDATE_JOB_KANBAN = (
|
||||
newChildId,
|
||||
newChildParent
|
||||
) => {
|
||||
console.log("oldChildId", oldChildId, "oldChildNewParent", oldChildNewParent);
|
||||
console.log("Moved", movedId, movedNewParent, movedNewStatus);
|
||||
console.log("new", newChildId, newChildParent);
|
||||
// console.log("oldChildId", oldChildId, "oldChildNewParent", oldChildNewParent);
|
||||
// console.log("Moved", movedId, movedNewParent, movedNewStatus);
|
||||
// console.log("new", newChildId, newChildParent);
|
||||
|
||||
const oldChildQuery = `
|
||||
updateOldChild: update_jobs(where: { id: { _eq: "${oldChildId}" } },
|
||||
|
||||
Reference in New Issue
Block a user