Implied parents not shown in any view #247
Replies: 3 comments 1 reply
-
|
The strangest thing here is that if in your example you qualify B1 as "same" as B (instead of next) then the A becomes the implied parent of B1... |
Beta Was this translation helpful? Give feedback.
-
|
Was that ever solved? I have the same issue and can't find an answer. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the patience — this changed completely in the v4 rewrite, and the behaviour you wanted is now supported (it's just opt-in). In v4, implied relations are user-defined transitive rules applied by the graph engine, and they show up in every view (Matrix, Tree, trail) styled as implied edges. A rule is a chain of fields that collapses into one field, e.g. Your original case — A is parent of B, B1 is a sibling of B, so A should be an implied parent of B1 — is exactly that rule: Add it under Settings → Breadcrumbs → Implied relations (there's a bulk-add box that takes the On the Closing as resolved since v4 makes this configurable — shout if a specific chain doesn't behave as expected. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say we have a note called A. Note B is a child of A. Then I create a note B1 next to B. Therefore A is an implied parent of B1. Yet if I open B1, I can only see the "prev" relation with B in the matrix/trail view but not the implied parent A. In general, not all implied relations are picked up and they must be explicitly written.


Why is that?
Beta Was this translation helpful? Give feedback.
All reactions