Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
Grievance
Commits
39b0e5a3
Unverified
Commit
39b0e5a3
authored
1 year ago
by
Radhesh.B.H
Committed by
GitHub
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Update TicketServiceImpl.java
parent
67397863
main
Escalate_ticket_send_mail_to_raiser
UAT
UPHRH_7903_mobile_otp
UPHRH_quartz_scheduler
admin_config_changes
github/fork/vky25/patch-1
shishir_dynamic_schedular
shishir_ticket_statistics_by_user
2 merge requests
!34
Uphrh 7903 mobile otp
,
!30
Template updated and system time updated
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/upsmf/grievance/service/impl/TicketServiceImpl.java
+2
-2
...a/org/upsmf/grievance/service/impl/TicketServiceImpl.java
with
2 additions
and
2 deletions
+2
-2
src/main/java/org/upsmf/grievance/service/impl/TicketServiceImpl.java
+
2
−
2
View file @
39b0e5a3
...
...
@@ -129,8 +129,8 @@ public class TicketServiceImpl implements TicketService {
// create ticket
ticket
=
saveWithAttachment
(
ticket
,
ticketRequest
.
getAttachmentUrls
());
// send mail
//
EmailDetails emailDetails = EmailDetails.builder().recipient(ticket.getEmail()).subject("New Complaint Registration").build();
//
emailService.sendCreateTicketMail(emailDetails, ticket);
EmailDetails
emailDetails
=
EmailDetails
.
builder
().
recipient
(
ticket
.
getEmail
()).
subject
(
"New Complaint Registration"
).
build
();
emailService
.
sendCreateTicketMail
(
emailDetails
,
ticket
);
System
.
out
.
println
(
ticket
);
return
ticket
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets