You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete the "How to Work with multiple Entity Managers and Connections" documentation to warn about impossibility of relationship between entities of different entity managers #8904
Shouldn't we add a sentence to warn that Doctrine is unable to do "entities relationship" if the entities are managed by different entity-managers, and (if another solution exist) another sentence and a link to redirect the reader to a workaround solution to manage such situation ?
As a beginner (sorry), I feel uncomfortable in altering the documentation, in order to avoid misguiding other users.