mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added autocomplete to Menu Item entryies
This commit is contained in:
parent
9abb198e82
commit
d8c08578f3
4 changed files with 42 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ Template.menuItemsTbl.onRendered(function() {
|
|||
|
||||
Template.menuItemsTbl.helpers({
|
||||
thisMenuItems: function() {
|
||||
return MenuItems.find({}, { sort: { serveDateActual: 1 }});
|
||||
return MenuItems.find({ menuId: Session.get("menuId") }, { sort: { serveDateActual: 1 }});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue