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