mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
parent
c71f3c35b8
commit
903e6b7ccc
@ -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 != ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user