changing title directly from relation map

This commit is contained in:
azivner
2018-10-30 22:18:20 +01:00
parent f33f99134b
commit 639284fd85
6 changed files with 38 additions and 6 deletions

View File

@@ -78,6 +78,7 @@ async function updateEntity(entity) {
delete clone.isOwned;
delete clone.isChanged;
delete clone.origParentNoteId;
delete clone.isContentAvailable;
delete clone.__attributeCache;
for (const key in clone) {