Commit f5fa7789 authored by Rahul Bowade's avatar Rahul Bowade
Browse files

Added code for taking Created By

Showing with 1 addition and 0 deletions
+1 -0
......@@ -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)
}
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment