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
I just started with a fresh sf2 project where multiple users are required to be in separate tables, so I choosed the Doctrine MappedSuperClass feature. Unfortunately, when I try to login, only one of the user tables is queried - is there any way around this (like overwriting some listener) or do I have to use the Class Table Inheritance?
The text was updated successfully, but these errors were encountered:
I just started with a fresh sf2 project where multiple users are required to be in separate tables, so I choosed the Doctrine MappedSuperClass feature. Unfortunately, when I try to login, only one of the user tables is queried - is there any way around this (like overwriting some listener) or do I have to use the Class Table Inheritance?
The text was updated successfully, but these errors were encountered: