Fix : Web-app url not updating

This commit is contained in:
dilini 2023-04-27 21:39:13 +05:30
parent 99df875fb3
commit d69809b319

View File

@ -3186,8 +3186,8 @@ public class ApplicationManagerImpl implements ApplicationManager {
if (!StringUtils.isEmpty(webAppReleaseWrapper.getVersion())) {
applicationReleaseDTO.get().setVersion(webAppReleaseWrapper.getVersion());
}
if (!StringUtils.isEmpty(webAppReleaseWrapper.getVersion())) {
applicationReleaseDTO.get().setVersion(webAppReleaseWrapper.getVersion());
if (!StringUtils.isEmpty(webAppReleaseWrapper.getUrl())) {
applicationReleaseDTO.get().setInstallerName(webAppReleaseWrapper.getUrl());
}
if (!StringUtils.isEmpty(webAppReleaseWrapper.getDescription())) {
applicationReleaseDTO.get().setDescription(webAppReleaseWrapper.getDescription());