returnResponseEntity.internalServerError().body("Error in activating user.");
returnResponseEntity.internalServerError().body(Response.builder().body("Error in activating user.").status(HttpStatus.INTERNAL_SERVER_ERROR.value()).build());
}catch(Exceptione){
e.printStackTrace();
returnResponseEntity.internalServerError().body("Error in activating user.");
returnResponseEntity.internalServerError().body(Response.builder().body("Error in activating user.").status(HttpStatus.INTERNAL_SERVER_ERROR.value()).build());
}
}
}
returnResponseEntity.internalServerError().body("Unable to find user details for provided Id.");
@@ -902,9 +904,9 @@ public class IntegrationServiceImpl implements IntegrationService {
});
log.debug("match count for user role - {}",matchCount.get());
if(matchCount.get()>0){
returnResponseEntity.badRequest().body("Application is designed to have only one active Secretary or Admin or Grievance Nodal.");
returnResponseEntity.badRequest().body(Response.builder().body("Application is designed to have only one active Secretary or Admin or Grievance Nodal.").status(HttpStatus.BAD_REQUEST.value()).build());
<p>We hope this message finds you well. We wanted to inform you that a new grievance ticket has been created regarding ${ticket_description}.</br> The ticket has been assigned the following details:</p>
<p>We hope this message finds you well. We wanted to inform you that a new grievance ticket has been created regarding </br><strong>${ticket_description}</strong>.</br></br>The ticket has been assigned the following details:</p>