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
Does anyone already have this bundle working with fixtures?
The issue is at the purger level
The purger is using the EntityManager (not tenant) and so, it's impossible to purge the Tenant dbs
I tried to make a custom purger, but at some doctrine levels, we can't change the EntityManager used and It still using EntityManager (main), not Tenant...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Does anyone already have this bundle working with fixtures?
The issue is at the purger level
The purger is using the EntityManager (not tenant) and so, it's impossible to purge the Tenant dbs
I tried to make a custom purger, but at some doctrine levels, we can't change the EntityManager used and It still using EntityManager (main), not Tenant...
Beta Was this translation helpful? Give feedback.
All reactions