mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
fix an issue with marking list items as received
This commit is contained in:
parent
047befcae9
commit
76d3591d51
9 changed files with 118 additions and 47 deletions
|
|
@ -52,6 +52,7 @@ Meteor.methods({
|
|||
throw new Meteor.Error('You are not allowed to add menu and product links. Make sure you are logged in with valid user credentials.');
|
||||
};
|
||||
|
||||
console.log(" ---- Doing an Update instead! ---- ");
|
||||
return await MenuProdLinks.updateAsync({ menuItemId: menuItemId }, {
|
||||
$set: {
|
||||
products: prodNameArray,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue