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 CompositeField with common fields, that later it's inherited by a couple of classes that add more fields. Problem is, when trying to access the fields using the Proxy, only the fields of the child classes are available, and the fields of the parent base CompositeField class are missing. If I copy the fields of the parent class to the child ones, then I can be able to access to them.
As a side note, when the fields were defined only on the parent class, they were not added to the database either.
The text was updated successfully, but these errors were encountered:
No, I don't have it, but it would be trivial: a parent composite field A with an a field, and a child composite field B that inherit from A and have a b field. When creating an instance of A, only have the a field, and it's the only one in the database, and when creating an instance of B, both a and b fields are available both in the composite field and in the database.
I have a CompositeField with common fields, that later it's inherited by a couple of classes that add more fields. Problem is, when trying to access the fields using the Proxy, only the fields of the child classes are available, and the fields of the parent base CompositeField class are missing. If I copy the fields of the parent class to the child ones, then I can be able to access to them.
As a side note, when the fields were defined only on the parent class, they were not added to the database either.
The text was updated successfully, but these errors were encountered: