Browse Source

Export sort field

boeserwolf 5 năm trước cách đây
mục cha
commit
3565ff2700
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      server/publications/boards.js

+ 1 - 0
server/publications/boards.js

@@ -35,6 +35,7 @@ Meteor.publish('boards', function() {
         members: 1,
         permission: 1,
         type: 1,
+        sort: 1,
       },
       sort: { sort: 1 /* boards default sorting */ },
     },