converted NoteRevision entity to the becca

This commit is contained in:
zadam
2021-04-26 22:18:14 +02:00
parent d8f1c39282
commit e466c393eb
5 changed files with 32 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ class Note extends AbstractEntity {
}
getChildBranches() {
return this.children.map(childNote => this.becca.getBranch(childNote.noteId, this.noteId));
return this.children.map(childNote => this.becca.getBranchFromChildAndParent(childNote.noteId, this.noteId));
}
/*