mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-15 02:38:34 -06:00
date notes respect their parent's isProtected status, #1483
This commit is contained in:
@@ -121,7 +121,7 @@ function exportToZip(taskContext, branch, format, res) {
|
||||
type: note.type,
|
||||
mime: note.mime,
|
||||
// we don't export utcDateCreated and utcDateModified of any entity since that would be a bit misleading
|
||||
attributes: (note.getOwnedAttributes()).map(attribute => ({
|
||||
attributes: note.getOwnedAttributes().map(attribute => ({
|
||||
type: attribute.type,
|
||||
name: attribute.name,
|
||||
value: attribute.value,
|
||||
|
||||
Reference in New Issue
Block a user