Skip to content

Commit

Permalink
Merge pull request #634 from balaji-alluru/patch-21
Browse files Browse the repository at this point in the history
[MOSIP-31697]Update PolicyManagementService.java
  • Loading branch information
ckm007 authored Feb 22, 2024
2 parents 2b7ac32 + 663aa62 commit 9883f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public PolicyResponseDto publishPolicy(String policyGroupName, String policyName
authPolicy.setUpdDtimes(LocalDateTime.now());
authPolicyRepository.save(authPolicy);
insertIntoAuthPolicyH(authPolicy);
notify(authPolicy.getId());
notify(MapperUtils.mapPolicyToPublishDto(authPolicy,getPolicyObject(authPolicy.getPolicyFileId())));
auditUtil.setAuditRequestDto(PolicyManageEnum.PUBLISH_POLICY_SUCCESS, policyName, "policyId");
return mapPolicyAndPolicyGroup(authPolicy);
}
Expand Down

0 comments on commit 9883f29

Please sign in to comment.