Merge branch 'dev' into 'main'

updated to send isLinked value

See merge request bmcgonag/get_my!13
This commit is contained in:
Brian McGonagill 2024-08-18 14:28:30 +00:00
commit a9da312a0e

View file

@ -89,7 +89,7 @@ Template.menuItemsForm.events({
$("#dateServed").val("");
// now add this item to the menu
Meteor.call('addto.Menu', menuId, menuItem, result, dateSrv, function(error, nresult) {
Meteor.call('addto.Menu', menuId, menuItem, result, dateSrv, false, function(error, nresult) {
if (error) {
console.log(" ERROR adding menuitem to menu: " + error);
} else {