mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix : Custom app update permission issue
This commit is contained in:
parent
c566d95f77
commit
ee64c3edca
@ -3244,7 +3244,7 @@ public class ApplicationManagerImpl implements ApplicationManager {
|
||||
AtomicReference<ApplicationReleaseDTO> applicationReleaseDTO = new AtomicReference<>(
|
||||
applicationDTO.getApplicationReleaseDTOs().get(0));
|
||||
validateAppReleaseUpdating(customAppReleaseWrapper, applicationDTO, applicationArtifact,
|
||||
ApplicationType.ENTERPRISE.toString());
|
||||
ApplicationType.CUSTOM.toString());
|
||||
applicationReleaseDTO.get().setPrice(customAppReleaseWrapper.getPrice());
|
||||
applicationReleaseDTO.get()
|
||||
.setIsSharedWithAllTenants(applicationReleaseDTO.get().getIsSharedWithAllTenants());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user