[Answered] Can join tables be hidden after XML import?

0 votes
asked Apr 2, 2018 in General Questions by gbell12 (120 points)
edited Nov 22, 2018 by ludek.vodicka

When I import the following two files, the ManyToMany association between the two entities has a join-table between them. Can this be prevented or hidden, as they clutter the diagram?

https://gist.github.com/bitwombat/ce4ef51edb89a3cdf0f2cd37ba830712#file-model-entity-competency-dcm-xml

https://gist.github.com/bitwombat/7a759be2b5d4aff2ce863047c351fe58#file-model-entity-competencyset-dcm-xml

The xml files were generated with doctrine-module orm:convert-mapping xml

1 Answer

0 votes
answered Apr 2, 2018 by ludek.vodicka Skipper developer (140,450 points)

Hi,

it's not possible to hide mn-entity. It's because this entity is necessary to configure some mn association properties.

...