mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
small bulk action fixes
This commit is contained in:
@@ -66,7 +66,7 @@ const ACTION_HANDLERS = {
|
||||
}
|
||||
},
|
||||
updateRelationTarget: (action, note) => {
|
||||
for (const relation of note.getOwnedLabels(action.relationName)) {
|
||||
for (const relation of note.getOwnedRelations(action.relationName)) {
|
||||
relation.value = action.targetNoteId;
|
||||
relation.save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user