Open dranovsk opened 9 years ago
Navigation property entity that has it's own navigation properties is not being instantiated.
Please consider changing breeze.labs.dataservice.sharepoint.js line 318 from:
if (entityType._mappedPropertiesCount <= Object.keys(node).length - 1) {
to
if (entityType._mappedPropertiesCount - entityType.navigationProperties.length <= Object.keys(node).length - 1) {
otherwise setNpValue returns null pointer error accessing entityAspect.
Thank you!
Navigation property entity that has it's own navigation properties is not being instantiated.
Please consider changing breeze.labs.dataservice.sharepoint.js line 318 from:
if (entityType._mappedPropertiesCount <= Object.keys(node).length - 1) {
to
if (entityType._mappedPropertiesCount - entityType.navigationProperties.length <= Object.keys(node).length - 1) {
otherwise setNpValue returns null pointer error accessing entityAspect.
Thank you!