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
uphrh-smf-form
Commits
af84506c
Unverified
Commit
af84506c
authored
2 years ago
by
Mahesh Maney R
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2 from UPHRH-platform/emailContentUpdate
updating the contents of the email.
parents
d63c041a
82de2f16
master
bulk-download
cvs_download
delete-form
inspection-flow-changes
institute-district
lat-long
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/formservice/utils/NotificationService/NotificationUtil.java
+5
-4
...rmservice/utils/NotificationService/NotificationUtil.java
with
5 additions
and
4 deletions
+5
-4
src/main/java/com/tarento/formservice/utils/NotificationService/NotificationUtil.java
+
5
−
4
View file @
af84506c
...
...
@@ -47,7 +47,7 @@ public class NotificationUtil {
private
static
String
returnSubject
=
"Application Returned"
;
private
static
String
returnBody
=
"The <b>"
+
formName
+
"</b>
application got
returned
from
the
regulator
.
p
lease
review your application
and submit
it back
."
;
+
"</b>
has been
returned
by
the
UP SMF
.
P
lease
make the necessary changes
and
re
submit
the form
."
;
private
static
String
approveSubject
=
"Application approved"
;
private
static
String
approveBody
=
"The <b>"
+
formName
+
"</b> application is approved."
;
...
...
@@ -56,11 +56,12 @@ public class NotificationUtil {
private
static
String
rejectBody
=
"The <b>"
+
formName
+
"</b> application is rejected."
;
private
static
String
sentInspectionSubject
=
"Application sent for inspection"
;
private
static
String
sentInspectionBody
=
"The <b>"
+
formName
+
"</b> application is sent for inspection."
;
private
static
String
sentInspectionBody
=
"The <b>"
+
formName
+
"</b> has been verified by the UP SMF.\n"
+
"Please keep all relevant documents / infrastructure ready for on-ground assessment."
;
private
static
String
assignedInspectionSubject
=
"Application assigned for inspection"
;
private
static
String
assignedInspectionBody
=
"
The <b>"
+
formName
+
"</b> application is assigned to you for inspection which is scheduled on "
+
date
;
private
static
String
assignedInspectionBody
=
"
An on-ground assessment has been scheduled for you on "
+
date
+
". You will be able to view the form on the day of assessment."
;
private
static
String
inspectionCompletedSubject
=
"Application inspection completed"
;
private
static
String
inspectionCompletedBody
=
"The <b>"
+
formName
+
"</b> application inspection completed."
;
...
...
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