Merge remote-tracking branch 'origin/stable'

This commit is contained in:
zadam 2022-01-16 22:16:49 +01:00
commit fc89e098b1

View File

@ -150,7 +150,8 @@ function exportToZip(taskContext, branch, format, res) {
noteIdToMeta[note.noteId] = meta;
const childBranches = note.getChildBranches();
const childBranches = note.getChildBranches()
.filter(branch => branch.noteId !== 'hidden');
const available = !note.isProtected || protectedSessionService.isProtectedSessionAvailable();