Refactor production board with new component BOD-71

This commit is contained in:
Patrick Fic
2020-06-17 16:29:35 -07:00
parent 053e69a624
commit 5cf3b26bb3
21 changed files with 318 additions and 121 deletions

View File

@@ -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}" } },