mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Fixing the menu items to sort by date.
This commit is contained in:
parent
2d9ab70fa6
commit
301c66eeba
2 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Template.menuItemsTbl.onRendered(function() {
|
|||
|
||||
Template.menuItemsTbl.helpers({
|
||||
thisMenuItems: function() {
|
||||
return MenuItems.find({});
|
||||
return MenuItems.find({}, { sort: { serveDateActual: 1 }});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue