This commit is contained in:
ThaumRystra
2023-09-18 20:39:34 +02:00
parent d57e49f969
commit b9ed79d638
2 changed files with 2 additions and 9 deletions

View File

@@ -369,12 +369,7 @@ export async function rebuildNestedSets(collection: Mongo.Collection<TreeDoc>, r
'root.id': rootId,
removed: { $ne: true }
}, {
fields: {
root: 1,
parentId: 1,
left: 1,
right: 1,
},
fields: treeDocFields,
sort: {
//Reverse sorting so that arrays can be used as stacks with the first item on top
left: 1,

View File

@@ -19,9 +19,7 @@
"meteor/aldeed:collection2": [
"packages/collection2/collection2.js"
]
},
"checkJs": false,
"allowJs": true
}
},
"vueCompilerOptions": {
"target": 2 // For Vue version <= 2.6.14