Hi there!
I have created not storable linkMultiple field in User entityDefs. To fill in it with data I need entity manager to perform some queries. My question is how to add this additional processing before User is passed to constructor or set with traits? I need this field on both front-end and back-end sides
I have created not storable linkMultiple field in User entityDefs. To fill in it with data I need entity manager to perform some queries. My question is how to add this additional processing before User is passed to constructor or set with traits? I need this field on both front-end and back-end sides
Comment