mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01: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