ember-arcgis-portal-services
Advanced tools
Comparing version 0.8.8 to 0.8.9
@@ -13,3 +13,3 @@ import Ember from 'ember'; | ||
console.log('Portal Service got update for ' + portal.id); | ||
let portalRestUrl = this.getPortalRestUrl(); | ||
let portalRestUrl = this.get('portalRestUrl'); | ||
let url = `${portalRestUrl}/portals/${portal.id}/update?f=json`; | ||
@@ -16,0 +16,0 @@ return this._post(url, portal); |
@@ -5,2 +5,6 @@ # Change Log | ||
## [0.8.9] | ||
### Added | ||
- `portal-service.update` throws "this.getPortalRestUrl is undefined" | ||
## [0.8.8] | ||
@@ -7,0 +11,0 @@ ### Added |
{ | ||
"name": "ember-arcgis-portal-services", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "A set of promise-based Ember Services for working with the ArcGIS Portal API.", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
33676