Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions