This commit is contained in:
2021-04-08 19:00:24 +00:00
parent 5a2b19022d
commit 3e8beef3e9
2 changed files with 22 additions and 4 deletions

View File

@@ -686,6 +686,7 @@ async function saveItems(vm) {
//------
console.log("Bottom of items loop", { totalItems: totalItems, i: i });
}
return true; //made it through
}
/////////////////////////////
@@ -722,6 +723,7 @@ async function saveScheduledUsers(vm, woitemindex) {
console.log("schedUserItem not dirty skipping save");
}
}
return true; //made it
}
/////////////////////////////