ember-arcgis-portal-services
Advanced tools
Changelog
[0.10.1]
sharingService.setAccess(owner, itemId, access)
to accept public
or everyone
Changelog
[0.10.0]
sharingService.setAccess(owner, itemId, access)
where access is null | 'org' | 'everyone'sharingService.shareWithGroup(owner, itemId, groupId, confirmItemControl)
sharingService.isItemSharedWithGroup(itemId, groupId)
Changelog
[0.9.0]
portalService.update
was not working; now it will update the portalProperties
hash only.Changelog
[0.8.7]
item.properties
into a string when saving itemsChangelog
[0.8.6]
surge
and github
environment settingsnpm run deploy
to use the github
environmentChangelog
[0.8.5]
item-service.uploadResource(itemId, owner, file, replace = false)
optional param so we can replace resources