Hello,
I have created a custom entity named "Person" and would like to create a bidirectional Many-To-Many relationship between different people. When I create the relationship, it creates the separate fields "personLeft" and "personRight". I would like to make it so that those two fields are merged as one. For example, if I am on Person A's page, and I create a link to Person B, the association should be visible on both pages, within the same field.
Thanks in advance for the help!
I have created a custom entity named "Person" and would like to create a bidirectional Many-To-Many relationship between different people. When I create the relationship, it creates the separate fields "personLeft" and "personRight". I would like to make it so that those two fields are merged as one. For example, if I am on Person A's page, and I create a link to Person B, the association should be visible on both pages, within the same field.
Thanks in advance for the help!
Comment