ManyToMany Relationship via Select element
Why do I have to set a Select-Element to
The use case why I am asking is, that I have a manyToMany relationship between users and institutes.
If I turn the select element to multiple choice everything works fine, except of monocentric roles (I can attach more than one institute).
What is the reason for this "limitation"?
->multiple() in case of belongsToMany?The use case why I am asking is, that I have a manyToMany relationship between users and institutes.
- In case a user has a system role, no relationship is needed
- In case a user has a monocentric role, the relationship is oneToMany (seen from a institute perspective)
- In case a user has a multicentric role, the relationship turns into manyToMany.
If I turn the select element to multiple choice everything works fine, except of monocentric roles (I can attach more than one institute).
What is the reason for this "limitation"?