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
HasuraNodeComponent
Commits
4c1153c8
Commit
4c1153c8
authored
1 year ago
by
Arun Kumar
Browse files
Options
Download
Patches
Plain Diff
Inspection Delayed status text changed
parent
ba0ea370
main
UAT
1 merge request
!28
updateInspectionScheduleStatus to delayed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scheduler.js
+3
-3
scheduler.js
with
3 additions
and
3 deletions
+3
-3
scheduler.js
+
3
−
3
View file @
4c1153c8
...
...
@@ -144,14 +144,14 @@ const updateInspectionScheduleStatus = async() => {
// update Assessor Status in form_submission to Delayed
await
updateStatus
(
{
form_id
:
item
.
Applicant_form
.
form_id
,
form_status
:
"
Delayed
"
,
remarks
:
"
Delayed because the inspection was not undertaken on the scheduled date
"
,
form_status
:
"
Inspection
Delayed
"
,
remarks
:
"
Inspection
Delayed because the inspection was not undertaken on the scheduled date
"
,
updated_at
:
new
Date
().
toLocaleString
()
}
)
await
updateAssessmentStatus
({
form_id
:
item
.
Applicant_form
.
form_id
,
form_status
:
"
Delayed
"
form_status
:
"
Inspection
Delayed
"
});
}
...
...
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