mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
@@ -25,7 +25,7 @@ function getRelations(noteIds) {
|
||||
LEFT JOIN branches ON branches.parentNoteId = rel.noteId AND branches.noteId = rel.value AND branches.isDeleted = 0
|
||||
WHERE (rel.noteId IN (???) OR rel.value IN (???))
|
||||
AND rel.type = 'relation'
|
||||
AND name NOT IN ('imageLink', 'relationMapLink', 'template')
|
||||
AND rel.name NOT IN ('imageLink', 'relationMapLink', 'template')
|
||||
AND rel.isDeleted = 0
|
||||
AND rel.noteId != ''
|
||||
AND rel.value != ''
|
||||
|
||||
Reference in New Issue
Block a user