Began migration of queries to nested sets

This commit is contained in:
Thaum Rystra
2023-10-03 16:28:20 +02:00
parent 28a19f2037
commit f63d2ad254
41 changed files with 242 additions and 392 deletions

View File

@@ -180,10 +180,7 @@ export default {
doc: {
name: 'New Doc',
},
parentRef: this.doc && {
id: this.docId,
collection: 'docs',
},
parentId: this.docId,
}, ack);
},
remove({ ack } = {}) {