Open toth-dev opened 5 years ago
For some reason, only one direction works of the new link between IdP and Federation:
IdP::federationsContaining
Federation::idpsContained
fed.idpsContained works OK, but idp.federationsContaining is null, see idpEdit.html.twig#L207:
fed.idpsContained
idp.federationsContaining
I used this as a template: https://www.doctrine-project.org/projects/doctrine-orm/en/2.5/reference/association-mapping.html#many-to-many-bidirectional
Progress:
For some reason, only one direction works of the new link between IdP and Federation:
IdP::federationsContaining
Federation::idpsContained
fed.idpsContained
works OK, butidp.federationsContaining
is null, see idpEdit.html.twig#L207:I used this as a template: https://www.doctrine-project.org/projects/doctrine-orm/en/2.5/reference/association-mapping.html#many-to-many-bidirectional