merge commit
This commit is contained in:
commit
5f68011de2
6 changed files with 103 additions and 76 deletions
|
@ -100,6 +100,12 @@ namespace WebsitePanel.Portal
|
|||
ShowErrorMessage("GALLERY_APP_DOWNLOAD_FAILED");
|
||||
isSuccess = false;
|
||||
break;
|
||||
|
||||
case GalleryWebAppStatus.UnauthorizedAccessException:
|
||||
ShowErrorMessage("GALLERY_APP_UNAUTHORIZEDACCESSEXCEPTION");
|
||||
isSuccess = false;
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
catch(Exception ex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue