Skip to content

Commit

Permalink
Merge pull request #20 from niharikasingh84/SB-14399
Browse files Browse the repository at this point in the history
Removing validation for enrolling to Single Batch
  • Loading branch information
maheshkumargangula authored Aug 28, 2019
2 parents a45161d + d6be95a commit e624d1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ private void enrollCourseBatch(Request actorMessage) {
CourseBatch courseBatch =
courseBatchDao.readById(
(String) courseMap.get(JsonKey.COURSE_ID), (String) courseMap.get(JsonKey.BATCH_ID));
checkUserEnrollementStatus((String) courseMap.get(JsonKey.COURSE_ID), (String) courseMap.get(JsonKey.USER_ID));
validateCourseBatch(
courseBatch, courseMap, (String) actorMessage.getContext().get(JsonKey.REQUESTED_BY), ActorOperations.ENROLL_COURSE.getValue());

Expand Down

0 comments on commit e624d1f

Please sign in to comment.