@sap_oss/odata-library
Advanced tools
Comparing version 0.9.6 to 0.9.7
# Changelog | ||
# 0.9.7 | ||
* 74a2306 - [FIX] Change request type recognition - Norbert Volf | ||
# 0.9.4 | ||
* da4b8fd - [FEATURE] Allow to modify (merge) key properties - Michal Nežerka | ||
@@ -4,0 +10,0 @@ * c38acdc - [FEATURE] Go thru navigation properties recursively - Norbert Volf |
@@ -471,5 +471,3 @@ "use strict"; | ||
calculatePath() { | ||
if (this._resource.entityTypeModel.hasStream) { | ||
this._path = `/${this._resource.getListResourcePath()}/\$value`; | ||
} else if (this._isList) { | ||
if (this._isList) { | ||
let urlQuery = this._resource.urlQuery({ | ||
@@ -481,2 +479,4 @@ $top: 100, | ||
this._path = `/${this._resource.getListResourcePath()}?${urlQuery}`; | ||
} else if (this._resource.entityTypeModel.hasStream) { | ||
this._path = `/${this._resource.getListResourcePath()}/\$value`; | ||
} else { | ||
@@ -483,0 +483,0 @@ let urlQuery = this._resource.urlQuery({ |
{ | ||
"name": "@sap_oss/odata-library", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "OData client for testing Netweawer OData services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
332118