Fixed: Library nodes are published in order to prevent disordered building of the tree
This commit is contained in:
@@ -52,6 +52,8 @@ Meteor.publish('library', function(libraryId){
|
||||
libraryCursor,
|
||||
LibraryNodes.find({
|
||||
'ancestors.id': libraryId,
|
||||
}, {
|
||||
sort: {order: 1},
|
||||
}),
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user