mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add payload to policy operation
This commit is contained in:
parent
05a3244040
commit
707a8c9709
@ -117,9 +117,10 @@ public class PolicyManagerServiceImpl implements PolicyManagerService {
|
|||||||
profileOperationList.add(profileOperation);
|
profileOperationList.add(profileOperation);
|
||||||
}
|
}
|
||||||
policyOperation.setProfileOperations(profileOperationList);
|
policyOperation.setProfileOperations(profileOperationList);
|
||||||
|
policyOperation.setPayLoad(policyOperation.getProfileOperations());
|
||||||
PolicyManagementDataHolder.getInstance().getDeviceManagementService().
|
PolicyManagementDataHolder.getInstance().getDeviceManagementService().
|
||||||
addOperation(policyOperation, deviceIdentifiers);
|
addOperation(policyOperation, deviceIdentifiers);
|
||||||
policyOperation.setPayLoad(policyOperation.getProfileOperations());
|
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user