if parent note is encrypted, then child note will be created as encrypted as well

This commit is contained in:
azivner
2017-09-08 22:43:02 -04:00
parent 9ba958205d
commit adf18132fb
4 changed files with 32 additions and 12 deletions

View File

@@ -125,7 +125,8 @@ def createChild(parent_note_id):
'date_created': now,
'date_modified': now,
'icon_info': 'pencil',
'is_finished': 0
'is_finished': 0,
'encryption': note['encryption']
})
insert("notes_tree", {