loopback-datasource-juggler/lib
Clark Wang c99441247c Fix - `_targetClass` on scope function (#1280)
Fix `_targetClass` on scope function when using hasManyThrough
relation with customized relation names and foreignKey/keyThrough.

This bug is cause by `_targetClass` uses the camel-case of
`relationName`(e.g.: if `relationName` is `bbb`, `targetClass`
would be `Bbb`), which is not exists.

This will also suppress "not exposed" warnings when generating
angular sdk, and generate end-points for this scope.
2017-03-22 17:06:36 -04:00
..
connectors Add proper statusCode for duplicate 2017-02-08 23:52:14 -05:00
kvao Refactor flush to deleteAll 2017-01-09 14:53:34 -08:00
browser.depd.js Fix manually 2016-08-22 19:20:12 -04:00
dao.js FindOrCreate missing error callback 2017-03-20 10:32:09 -04:00
datasource.js Doc:Add option for discoverModelDefinitions 2017-03-14 21:51:30 -04:00
geo.js Fix manually 2016-08-22 19:20:12 -04:00
hooks.js Fix manually 2016-08-22 19:20:12 -04:00
include.js Fixes #1275. `Include` filter transforms fields property into array. (#1276) 2017-03-22 10:03:36 -04:00
include_utils.js Fix manually 2016-08-22 19:20:12 -04:00
introspection.js Fix manually 2016-08-22 19:20:12 -04:00
jutil.js Fix manually 2016-08-22 19:20:12 -04:00
list.js Upgrade eslint-config, fix new violations 2017-02-01 12:45:56 +01:00
mixins.js Fix manually 2016-08-22 19:20:12 -04:00
model-builder.js Fix manually 2016-08-22 19:20:12 -04:00
model-definition.js Fix manually 2016-08-22 19:20:12 -04:00
model.js Included models from include operations do not change defined `strict` model option (#1259) 2017-03-20 19:48:57 -04:00
observer.js Fix manually 2016-08-22 19:20:12 -04:00
relation-definition.js Upgrade eslint-config, fix new violations 2017-02-01 12:45:56 +01:00
relations.js Fix manually 2016-08-22 19:20:12 -04:00
scope.js Fix - `_targetClass` on scope function (#1280) 2017-03-22 17:06:36 -04:00
transaction.js Upgrade dependencies to remove npm install warnings 2017-01-17 09:45:51 -08:00
types.js Fix manually 2016-08-22 19:20:12 -04:00
utils.js Using a filter with exclusion of a non existent property, removes an existing one (#1257) 2017-03-20 19:18:48 -04:00
validations.js Add tests for validatesExclusionOf (#1248) 2017-03-08 10:24:18 -05:00