mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
working on tasks for meteor 3 update
This commit is contained in:
parent
f12c6bb7c8
commit
ca7bcb1a8f
2 changed files with 23 additions and 9 deletions
|
|
@ -47,7 +47,7 @@ Template.myTasksForm.events({
|
|||
}
|
||||
}
|
||||
|
||||
console.log("Date Error: " + taskDateErr + " - Name Error: " + taskNameErr);
|
||||
// console.log("Date Error: " + taskDateErr + " - Name Error: " + taskNameErr);
|
||||
if (taskDateErr == false && taskNameErr == false) {
|
||||
const addTask = async() => {
|
||||
let result = await Meteor.callAsync("add.task", taskNameArray, "self", "selfId", taskDateArray, actDate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue