Extension save decrypted status, fix remote load issue

This commit is contained in:
Mo Bitar
2017-10-28 20:22:45 -05:00
parent d277cfc9f3
commit 4fee411796
5 changed files with 51 additions and 58 deletions

View File

@@ -31,6 +31,7 @@ class ModelManager {
}
alternateUUIDForItem(item, callback) {
console.log("Alternating uuid for item", item);
// we need to clone this item and give it a new uuid, then delete item with old uuid from db (you can't mofidy uuid's in our indexeddb setup)
var newItem = this.createItem(item);