Removed validation for published call to restrict updates on the call

This commit is contained in:
harish
2024-11-14 22:00:21 +05:30
parent 0f3b5208dc
commit b590ad0a0e
4 changed files with 4 additions and 11 deletions

View File

@@ -97,7 +97,7 @@ public class DocumentDao {
private Long resolveSourceId(Long sourceId, DocumentSourceTypeEnum sourceType) {
if (sourceType == DocumentSourceTypeEnum.CALL) {
CallEntity callEntity = callService.validateCall(sourceId);
callDao.validateUpdate(callEntity);
// callDao.validateUpdate(callEntity);
return callEntity.getId();
}
// else if (sourceType == SourceTypeEnum.APPLICATION) {