mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
if parent note is encrypted, then child note will be created as encrypted as well
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user