mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
attribute sync fix
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user