Merge pull request 'Revert Windows Content and Package URI changes' (#379) from navodzoysa/device-mgt-core:issue-9468/windows-apps into master

Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/379
This commit is contained in:
Pahansith Gunathilake 2024-04-08 12:51:56 +00:00
commit 7d353b6b23

View File

@ -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;