Skip to content

Commit d72b10e

Browse files
Sahil-tarentotarentomaheshvakkundvikrantbipin
authored
Cbrelease 4.8.31 (#218)
* Enabling the Promotional Content to all the Users . (#182) 1. If the criteria list is set to empty * Fixed get cbplan APAR for moderated course (#211) --------- Co-authored-by: tarentomaheshvakkund <139739142+tarentomaheshvakkund@users.noreply.github.com> Co-authored-by: vikrantbipin <118338417+vikrantbipin@users.noreply.github.com>
1 parent c11d2d2 commit d72b10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/igot/cb/service/CbPlanLearnerServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private List<Map<String, Object>> processCoursesForCbPlan(
279279

280280
if (MapUtils.isNotEmpty(contentDetails)) {
281281
if (courseId.contains("_rc")) {
282-
if (Constants.VERIFIED.equalsIgnoreCase(userProfile.get(Constants.PROFILE_STATUS_KEY))) {
282+
if (Constants.VERIFIED.equalsIgnoreCase(userProfile.get(Constants.PROFILE_STATUS_LOWER_KEY))) {
283283
Object secureSettingsObj = contentDetails.get(Constants.SECURE_SETTINGS);
284284
if (secureSettingsObj instanceof Map<?, ?> secureSettings && !secureSettings.isEmpty()) {
285285
Object orgListObj = secureSettings.get(Constants.ORGANISATION);

0 commit comments

Comments
 (0)