Backlicking adds parent rem to the link

I have following strange situation.

This is example of my rem structure

  • Parent rem
    • Child rem 1
    • Child rem 2

When I link “Child rem 2”, it pulls parent rem name, so I get “Parent rem > Child rem 2”, but only “Child rem 1” when I link to it. There isn’t any difference between these two children rems, but they behave differently when I link to them. Any idea what’s going on here? I don’t want to have “Parent rem” info when linking these two.

Child 1 is probably a Concept (or a plain rem) and Child 2 a descriptor. You can check that in the bottom toolbar. References to concepts and descriptors are displayed differently by design.

Also individual references can be configured manually to show the full name in the right click menu.

2 Likes

Both rems are “basic”. Hierarchically, they’re on the same level.

Since you suspected that one of them might be a concept, I can add that one of the was a concept, but I removed it’s attributes, but links to that rem behave like it’s still a concept. This might be considered a bug I guess.

1 Like