mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 09:50:13 +01:00
Export sort field
This commit is contained in:
parent
e354715a9d
commit
3565ff2700
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */ },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue