0 votes

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

in General Questions by (120 points)
edited by

1 Answer

0 votes

Hi,

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

by Skipper developer (141k points)