mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
attribute UI & saving now fully working
This commit is contained in:
@@ -31,9 +31,11 @@ async function updateNoteAttributes(req) {
|
||||
attributeEntity.noteId = noteId;
|
||||
}
|
||||
|
||||
attributeEntity.type = attribute.type;
|
||||
attributeEntity.name = attribute.name;
|
||||
attributeEntity.value = attribute.value;
|
||||
attributeEntity.position = attribute.position;
|
||||
attributeEntity.isInheritable = attribute.isInheritable;
|
||||
attributeEntity.isDeleted = attribute.isDeleted;
|
||||
|
||||
await attributeEntity.save();
|
||||
|
||||
Reference in New Issue
Block a user