mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
#126, relation list in note detail and fixes in saving
This commit is contained in:
@@ -18,7 +18,7 @@ async function updateNoteRelations(req) {
|
||||
for (const relation of relations) {
|
||||
let relationEntity;
|
||||
|
||||
if (relation.labelId) {
|
||||
if (relation.relationId) {
|
||||
relationEntity = await repository.getRelation(relation.relationId);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user