Self referencing Entity (many-to-many association)

I have an issue with a self referencing entity using the many-to-many setup. The issue is not with the Link table, but rather the view table itself. It only shows one of the links on the (I’m assuming) the owning side ie entity1 sees assocation with entity2 however entity2 does not see association of entity1. Is there a way around this? Would we need to setup a double entry on the link table, i.e. added it twice but with id’s reversed?

Thanks.

Hi,
The problem is known. We are going to fix it. See the linked YouTrack issue.
Thank you.

Has there been any progress on this?

Thanks.

:ticket: See the following issue in our bug tracker:

https://youtrack.cuba-platform.com/issue/PL-9379

There was supposed to be an example created showing how to get this working as stated in https://youtrack.cuba-platform.com/issue/PL-9379 I’ve still have not seen or heard of this example. Do we need to create a custom grid with a custom datasource so the reverse side is able to see the related items.