-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot create property 'tableRef' on string '{"ablFilter": ... #253
Comments
Again, it's the same source code that works in 5 but fails in 6. Perhaps tableRef is not supported anymore or I need to set it differently? This is how I create the JSDO:
new ngDataSource.DataSource({ |
I think we removed that in JSDO 6.0, could you give your use case for it so we can figure out your next steps? |
Hi Alan, This is the way I've always used JSDO's by setting tableRef to the business entity's temp-table -- it works in 5.0 in various live apps. I tried not setting it for 6.0 and still got the same error. More importantly, if this has been removed in JSDO 6.0 then what about lines 269 thru 272 below as mentioned before? It seems the JSDO 6 still tries to do something with tableRef. @progress/jsdo-angular/lib/progress.data.angular.js
Also, I'm not really using multi table dataset. Is there a different way of creating a JSDO without tableRef or am I passing the wrong properties to it? Any help will be greatly appreciated. This is my source code where I create the JSDO and datasource and read data -- again works in 5 not 6: const progressCore = require('@progress/jsdo-core'); This is my config so you can check the versions on dependencies: { Thanks, Mauricio |
Internal issue number: OCTA-13388 |
@mdossant goal is to be fixing this this week |
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:
If I comment those 3 lines then it works. This works in version 5 but fails like that in version 6.
The text was updated successfully, but these errors were encountered: