mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix web app URL missing issue when editing the web app
This commit is contained in:
commit
dc0f8f9979
@ -3186,8 +3186,8 @@ public class ApplicationManagerImpl implements ApplicationManager {
|
|||||||
if (!StringUtils.isEmpty(webAppReleaseWrapper.getVersion())) {
|
if (!StringUtils.isEmpty(webAppReleaseWrapper.getVersion())) {
|
||||||
applicationReleaseDTO.get().setVersion(webAppReleaseWrapper.getVersion());
|
applicationReleaseDTO.get().setVersion(webAppReleaseWrapper.getVersion());
|
||||||
}
|
}
|
||||||
if (!StringUtils.isEmpty(webAppReleaseWrapper.getVersion())) {
|
if (!StringUtils.isEmpty(webAppReleaseWrapper.getUrl())) {
|
||||||
applicationReleaseDTO.get().setVersion(webAppReleaseWrapper.getVersion());
|
applicationReleaseDTO.get().setInstallerName(webAppReleaseWrapper.getUrl());
|
||||||
}
|
}
|
||||||
if (!StringUtils.isEmpty(webAppReleaseWrapper.getDescription())) {
|
if (!StringUtils.isEmpty(webAppReleaseWrapper.getDescription())) {
|
||||||
applicationReleaseDTO.get().setDescription(webAppReleaseWrapper.getDescription());
|
applicationReleaseDTO.get().setDescription(webAppReleaseWrapper.getDescription());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user