test(calendar): relation as custom title with attribute label

This commit is contained in:
Elian Doran
2025-02-28 20:11:45 +02:00
parent ca7cff45c9
commit f953f6514f
4 changed files with 23 additions and 1 deletions

View File

@@ -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 [];
}