mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
updated to send isLinked value
This commit is contained in:
parent
a139335a4c
commit
d2f4ecf7ff
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ Template.menuItemsForm.events({
|
||||||
$("#dateServed").val("");
|
$("#dateServed").val("");
|
||||||
|
|
||||||
// now add this item to the menu
|
// 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) {
|
if (error) {
|
||||||
console.log(" ERROR adding menuitem to menu: " + error);
|
console.log(" ERROR adding menuitem to menu: " + error);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue