Browse Source

Export sort field

boeserwolf 5 years ago
parent
commit
3565ff2700
1 changed files with 1 additions and 0 deletions
  1. 1 0
      server/publications/boards.js

+ 1 - 0
server/publications/boards.js

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