mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Revert Windows Content and Package URI changes
This commit is contained in:
parent
ab62ca9c82
commit
2f1271f3be
@ -509,7 +509,8 @@ public class ApplicationManagerImpl implements ApplicationManager {
|
|||||||
log.error(msg, e);
|
log.error(msg, e);
|
||||||
throw new ApplicationManagementException(msg, e);
|
throw new ApplicationManagementException(msg, e);
|
||||||
}
|
}
|
||||||
ApplicationManagementUtil.addInstallerPathToMetadata(releaseDTO);
|
// TODO: artifact URLs are not working for Windows AppX installations https://roadmap.entgra.net/issues/11010
|
||||||
|
//ApplicationManagementUtil.addInstallerPathToMetadata(releaseDTO);
|
||||||
applicationDTO.getApplicationReleaseDTOs().clear();
|
applicationDTO.getApplicationReleaseDTOs().clear();
|
||||||
applicationDTO.getApplicationReleaseDTOs().add(releaseDTO);
|
applicationDTO.getApplicationReleaseDTOs().add(releaseDTO);
|
||||||
return applicationDTO;
|
return applicationDTO;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user