mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-26 15:58:50 +00:00
Merge branch 'dev' into 'main'
updated to send isLinked value See merge request bmcgonag/get_my!13
This commit is contained in:
commit
a9da312a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue