mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Fix 2 bugs, fix update functions for new changes.
This commit is contained in:
parent
153e70c70c
commit
6a771a6f11
5 changed files with 128 additions and 49 deletions
|
|
@ -114,7 +114,7 @@ Template.menuItemsForm.events({
|
|||
if (err) {
|
||||
console.log(" ERROR shifting meal days: " + err);
|
||||
} else {
|
||||
// console.log(" SUCCESS shifting meal date.");
|
||||
showSnackbar("Items Shifted Out by 1 Calendar Day", "green");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{{> snackbar}}
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue