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.