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
upsmf-registrations-and-ecreds-ui-module
Commits
4dd45972
Unverified
Commit
4dd45972
authored
1 year ago
by
Arun Nair
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #111 from sohailamjad12/foreignCreationClaim
university added for foreign
parents
331232db
1e63e0e6
main
dependabot/npm_and_yarn/upsmf-registration-and-ecreds-web-module/babel/traverse-7.23.2
dependabot/npm_and_yarn/upsmf-registration-and-ecreds-web-module/follow-redirects-1.15.4
newStructFix
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
upsmf-registration-and-ecreds-web-module/src/app/modules/claims-management/components/good-standing-foreign-verification/good-standing-foreign-verification.component.ts
+3
-1
...ification/good-standing-foreign-verification.component.ts
with
3 additions
and
1 deletion
+3
-1
upsmf-registration-and-ecreds-web-module/src/app/modules/claims-management/components/good-standing-foreign-verification/good-standing-foreign-verification.component.ts
+
3
−
1
View file @
4dd45972
...
@@ -819,7 +819,8 @@ export class GoodStandingForeignVerificationComponent {
...
@@ -819,7 +819,8 @@ export class GoodStandingForeignVerificationComponent {
// "joiningYear": joinYear.toString(),
// "joiningYear": joinYear.toString(),
// "passingYear": passYear.toString(),
// "passingYear": passYear.toString(),
"
joiningDate
"
:
this
.
datePipe
.
transform
(
this
.
goodStandingForeignVerificationformGroup
.
get
(
'
joinDate
'
)?.
value
,
"
yyyy-MM-dd
"
)?.
toString
(),
"
joiningDate
"
:
this
.
datePipe
.
transform
(
this
.
goodStandingForeignVerificationformGroup
.
get
(
'
joinDate
'
)?.
value
,
"
yyyy-MM-dd
"
)?.
toString
(),
"
courseDate
"
:
this
.
datePipe
.
transform
(
this
.
goodStandingForeignVerificationformGroup
.
get
(
'
passDate
'
)?.
value
,
"
yyyy-MM-dd
"
)?.
toString
()
"
courseDate
"
:
this
.
datePipe
.
transform
(
this
.
goodStandingForeignVerificationformGroup
.
get
(
'
passDate
'
)?.
value
,
"
yyyy-MM-dd
"
)?.
toString
(),
// "university":'NA'
...
@@ -919,6 +920,7 @@ export class GoodStandingForeignVerificationComponent {
...
@@ -919,6 +920,7 @@ export class GoodStandingForeignVerificationComponent {
"
passingMonth
"
:
passMonth
,
"
passingMonth
"
:
passMonth
,
"
joiningYear
"
:
joinYear
.
toString
(),
"
joiningYear
"
:
joinYear
.
toString
(),
"
passingYear
"
:
passYear
.
toString
(),
"
passingYear
"
:
passYear
.
toString
(),
"
university
"
:
'
NA
'
}
}
console
.
log
(
"
foreign body
"
,
updateStudentForeignVerificationBody
)
console
.
log
(
"
foreign body
"
,
updateStudentForeignVerificationBody
)
...
...
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