This commit is contained in:
Sandeep Somavarapu
2019-01-24 12:23:40 +01:00
parent 389e4283c0
commit d351f7e230
7 changed files with 46 additions and 72 deletions

View File

@@ -136,7 +136,7 @@ export class Main {
const [id, version] = getIdAndVersion(extension);
return this.extensionManagementService.getInstalled(ExtensionType.User)
.then(installed => this.extensionGalleryService.getExtension({ id }, version)
.then(installed => this.extensionGalleryService.getCompatibleExtension({ id }, version)
.then<IGalleryExtension>(null, err => {
if (err.responseText) {
try {