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
sunbird-course-service
Commits
f5fa7789
Commit
f5fa7789
authored
1 year ago
by
Rahul Bowade
Browse files
Options
Download
Patches
Plain Diff
Added code for taking Created By
parent
d2338b83
release-5.1.0-user-couse-batch-mapping
bug_fix_5026_nodal_comment_issue
release-5.1.0-bulk-enrol
release-5.1.0-bulk-enrol-debug
release-5.1.0-bulk-enrol-filter
release-5.1.0-map-comment
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
course-mw/enrolment-actor/src/main/scala/org/sunbird/enrolments/CourseEnrolmentActor.scala
+1
-0
...n/scala/org/sunbird/enrolments/CourseEnrolmentActor.scala
with
1 addition
and
0 deletions
+1
-0
course-mw/enrolment-actor/src/main/scala/org/sunbird/enrolments/CourseEnrolmentActor.scala
+
1
−
0
View file @
f5fa7789
...
...
@@ -193,6 +193,7 @@ class CourseEnrolmentActor @Inject()(@Named("course-batch-notification-actor") c
x
.
put
(
JsonKey
.
FIRST_NAME
,
activeUserDetails
.
get
().
get
(
JsonKey
.
FIRST_NAME
))
x
.
put
(
JsonKey
.
LAST_NAME
,
activeUserDetails
.
get
().
get
(
JsonKey
.
LAST_NAME
))
x
.
put
(
JsonKey
.
ASSESSMENT_NAME
,
courseMap
.
get
(
courseId
).
get
(
JsonKey
.
NAME
))
x
.
put
(
JsonKey
.
CREATED_BY
,
courseMap
.
get
(
courseId
).
get
(
JsonKey
.
CREATED_BY
))
courseUserMap
.
put
(
userId
,
x
)
}
})
...
...
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