loopback-connector-remote/lib
maxim.sharai af125c50cc
Fix duplicate definition of a remote model type
Before this commit, when a remote model had relations, the model was
registered an additional time per each relation. As a result,
the following warnings were printed to the console

   Warning: overriding remoting type $MODEL_NAME

This commit fixes registration of models with strong-remoting to avoid
those warnings.
2018-01-16 15:15:45 +01:00
..
relations.js Preserve related models from "include" filter 2017-12-12 09:39:37 +01:00
remote-connector.js Fix duplicate definition of a remote model type 2018-01-16 15:15:45 +01:00