mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fix null utcDateChanged in entity_changes, closes #1705
This commit is contained in:
		@@ -41,7 +41,7 @@ class Entity {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    getUtcDateChanged() {
 | 
			
		||||
        return this.utcDateModified;
 | 
			
		||||
        return this.utcDateModified || this.utcDateCreated;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    get repository() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user