Closed lemaiwo closed 2 years ago
Hi,
We noticed that TypeScript is raising errors when we try to use bindContext on the ODataModel v4 with the expand parameter.
Although this is supported in the documentation: https://ui5.sap.com/1.96.8/#/api/sap.ui.model.odata.v4.ODataModel%23methods/bindContext
Probably not a TypeScript issue as this the $expand is not mentioned with its own property in the documentation. Nevertheless, it should not raise an error if it is allowed to use it.
Kr, Wouter
This is going to be addressed now; internal ticket 2280143893 tracks it.
Fixed for next release.
Hi,
We noticed that TypeScript is raising errors when we try to use bindContext on the ODataModel v4 with the expand parameter.
Although this is supported in the documentation: https://ui5.sap.com/1.96.8/#/api/sap.ui.model.odata.v4.ODataModel%23methods/bindContext
Probably not a TypeScript issue as this the $expand is not mentioned with its own property in the documentation. Nevertheless, it should not raise an error if it is allowed to use it.
Kr, Wouter