mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
test(calendar): relation as custom title with attribute label
This commit is contained in:
@@ -330,6 +330,7 @@ class FNote {
|
||||
// notes/clones cannot form tree cycles, it is possible to create attribute inheritance cycle via templates
|
||||
// when template instance is a parent of template itself
|
||||
if (path.includes(this.noteId)) {
|
||||
console.log("Forming a path");
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user