mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
it's now possible to mark relation as inheritable (previously this was hardcoded for specific relation names)
This commit is contained in:
@@ -33,6 +33,7 @@ async function updateNoteRelations(req) {
|
||||
|
||||
relationEntity.name = relation.name;
|
||||
relationEntity.targetNoteId = relation.targetNoteId;
|
||||
relationEntity.isInheritable = relation.isInheritable;
|
||||
relationEntity.position = relation.position;
|
||||
relationEntity.isDeleted = relation.isDeleted;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user