preserve dateCreated and dateModified in ENEX import, fixes #725

This commit is contained in:
zadam
2019-11-26 22:02:21 +01:00
parent 5e9bedd903
commit 6c7d8a9667
2 changed files with 35 additions and 4 deletions

View File

@@ -788,6 +788,7 @@ class Note extends Entity {
delete pojo.isContentAvailable;
delete pojo.__attributeCache;
delete pojo.content;
/** zero references to contentHash, probably can be removed */
delete pojo.contentHash;
}
}