mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
added "inherit" relation, #3493
This commit is contained in:
@@ -60,7 +60,7 @@ async function processEntityChanges(entityChanges) {
|
||||
}
|
||||
else if (entityName === 'attributes'
|
||||
&& entity.type === 'relation'
|
||||
&& entity.name === 'template'
|
||||
&& (entity.name === 'template' || entity.name === 'inherit')
|
||||
&& !(entity.value in froca.notes)) {
|
||||
|
||||
missingNoteIds.push(entity.value);
|
||||
|
||||
Reference in New Issue
Block a user