attribute sync fix

This commit is contained in:
azivner 2018-08-14 17:32:15 +02:00
parent 35ef3c8470
commit 462bc0edd5

View File

@ -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) {