loopback-connector-remote/lib
Dimitris a3d110b78c
Preserve related models from "include" filter
Before this change, when making a remote call with "include" filter
(for example `findById(11, {include:['children']})`), the related
models were removed from the result.

This commit fixes the implementation to correctly preserve related
models and also to cast them to correct model instances.
2017-12-12 09:39:37 +01:00
..
relations.js Preserve related models from "include" filter 2017-12-12 09:39:37 +01:00
remote-connector.js Preserve related models from "include" filter 2017-12-12 09:39:37 +01:00