mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix inheriting inheritable attributes through template, closes #1828
This commit is contained in:
parent
41cce4dcb9
commit
caa11b8f7e
@ -370,7 +370,6 @@ class Note extends Entity {
|
|||||||
WHERE attributes.isDeleted = 0
|
WHERE attributes.isDeleted = 0
|
||||||
AND attributes.type = 'relation'
|
AND attributes.type = 'relation'
|
||||||
AND attributes.name = 'template'
|
AND attributes.name = 'template'
|
||||||
AND (treeWithAttrs.level = 0 OR attributes.isInheritable = 1)
|
|
||||||
)
|
)
|
||||||
SELECT attributes.* FROM attributes JOIN treeWithAttrs ON attributes.noteId = treeWithAttrs.noteId
|
SELECT attributes.* FROM attributes JOIN treeWithAttrs ON attributes.noteId = treeWithAttrs.noteId
|
||||||
WHERE attributes.isDeleted = 0 AND (attributes.isInheritable = 1 OR treeWithAttrs.level = 0)
|
WHERE attributes.isDeleted = 0 AND (attributes.isInheritable = 1 OR treeWithAttrs.level = 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user