mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 01:48:32 +02:00
attribute sync fix
This commit is contained in:
parent
35ef3c8470
commit
462bc0edd5
@ -236,7 +236,8 @@ const primaryKeys = {
|
||||
"images": "imageId",
|
||||
"note_images": "noteImageId",
|
||||
"api_tokens": "apiTokenId",
|
||||
"options": "name"
|
||||
"options": "name",
|
||||
"attributes": "attributeId"
|
||||
};
|
||||
|
||||
async function getEntityRow(entityName, entityId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user