Skip to content

breeze.labs.dataservice.sharepoint - nav properties #26

@dranovsk

Description

@dranovsk

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions