mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	using included note should create a relation, closes #820
This commit is contained in:
		@@ -805,7 +805,7 @@ class Note extends Entity {
 | 
			
		||||
            WHERE noteId = ? AND 
 | 
			
		||||
                  isDeleted = 0 AND 
 | 
			
		||||
                  type = 'relation' AND 
 | 
			
		||||
                  name IN ('internalLink', 'imageLink', 'relationMapLink')`, [this.noteId]);
 | 
			
		||||
                  name IN ('internalLink', 'imageLink', 'relationMapLink', 'includeNoteLink')`, [this.noteId]);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user