Philipp Waldmann

Results 4 comments of Philipp Waldmann

Hi @nibarulabs You'll need to define the [target relation](https://openrecord.js.org/#/definition?id=quothasmanythroughquot). e.g.: `this.hasMany('roles', {model: 'Role', through: 'roles_users', relation: 'roles'});`. There is currently no default to use the relation name as the target...

Yeah, that's not the prettiest solution. I'll try to rebuild your situation in a test case to see where the problem is. I hope I've time to do so in...

Hi @Snowsoul that's one thing I want to achieve with the next version. But it's a big rewrite. Currently the fields per model will be loaded while you are waiting...