knockout-sync
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "knockout-sync", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "A small backend using knockout mapping to sync entities with a RESTful Backend", | ||
@@ -5,0 +5,0 @@ "main": "Gruntfile.js", |
@@ -335,3 +335,3 @@ define(['./Exception', './EntityModel', 'lodash', 'knockout', 'knockout-mapping'], function(Exception, EntityModel, _, ko, koMapping) { | ||
this.isRelatedEntity = function(property) { | ||
return property.type && that.hasEntityMeta(property.type); | ||
return property.type && that.hasEntityMeta(property.type) && !property.isCollection; | ||
}; | ||
@@ -338,0 +338,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60922