mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix edited notes ribbon widget
This commit is contained in:
		| @@ -120,7 +120,8 @@ function getEditedNotesOnDate(req) { | |||||||
|         ORDER BY isDeleted |         ORDER BY isDeleted | ||||||
|         LIMIT 50`, {date: req.params.date + '%'}); |         LIMIT 50`, {date: req.params.date + '%'}); | ||||||
|  |  | ||||||
|     const notes = becca.getNotes(noteIds, true); |     const notes = becca.getNotes(noteIds, true) | ||||||
|  |         .map(note => note.getPojo()); | ||||||
|  |  | ||||||
|     for (const note of notes) { |     for (const note of notes) { | ||||||
|         const notePath = note.isDeleted ? null : beccaService.getNotePath(note.noteId); |         const notePath = note.isDeleted ? null : beccaService.getNotePath(note.noteId); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user