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 have a discriminator called BProduct which is a discriminator off the base of AProduct. And this discriminator has a property I'm trying to add a relation to:
I have a discriminator called
BProduct
which is a discriminator off the base ofAProduct
. And this discriminator has a property I'm trying to add a relation to:However the projection on this discriminator (
BProduct
) doesn't work at all regardless of if I use extensions or not.The below relation on the base model of
AProduct
works perfectly with the use of extension though:Does anyone have a solution for adding relations on discriminator properties?
These are my dependancies:
Originally posted by @danimayfield in #377 (comment)
The text was updated successfully, but these errors were encountered: