Skip to content

Cannot create property 'tableRef' on string '{"ablFilter": ... #253

@mdossant

Description

@mdossant

Not sure if this is related to issue #234. I get the error below:

Cannot create property 'tableRef' on string '{"ablFilter":"SalesRep = "KIK"","orderBy":"Name","top":2,"skip":0}'

It comes from this file / line:
@progress/jsdo-angular/lib/progress.data.angular.js

line 271:

    // tableRef required for multi-table DataSets
    if (filter) {
        filter.tableRef = this._tableRef;
    }

If I comment those 3 lines then it works. This works in version 5 but fails like that in version 6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions