mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
add ignoreMissing flag to becca's getNotes()
This commit is contained in:
@@ -120,7 +120,7 @@ function getEditedNotesOnDate(req) {
|
||||
ORDER BY isDeleted
|
||||
LIMIT 50`, {date: req.params.date + '%'});
|
||||
|
||||
const notes = becca.getNotes(noteIds);
|
||||
const notes = becca.getNotes(noteIds, true);
|
||||
|
||||
for (const note of notes) {
|
||||
const notePath = note.isDeleted ? null : beccaService.getNotePath(note.noteId);
|
||||
|
||||
Reference in New Issue
Block a user