mirror of
https://github.com/zadam/trilium.git
synced 2026-01-05 23:19:56 +01:00
fix: no note on edited notes view if a revision made between note created/modified date
This commit is contained in:
@@ -162,7 +162,7 @@ function getEditedNotesOnDate(req: Request) {
|
||||
AND (noteId NOT LIKE '_%')
|
||||
UNION ALL
|
||||
SELECT noteId FROM revisions
|
||||
WHERE revisions.dateLastEdited LIKE :date
|
||||
WHERE revisions.dateCreated LIKE :date
|
||||
)
|
||||
ORDER BY isDeleted
|
||||
LIMIT 50`,
|
||||
|
||||
Reference in New Issue
Block a user