From 5afa54055c95d6cadb67a65869402ff2ea4a77fc Mon Sep 17 00:00:00 2001 From: Mahesh Mahajan Date: Wed, 21 Aug 2024 12:11:56 +0530 Subject: [PATCH] TASK : #0000 changed consumerId from user orgId to course orgId --- packages/nulp_elite/src/pages/content/joinCourse.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nulp_elite/src/pages/content/joinCourse.js b/packages/nulp_elite/src/pages/content/joinCourse.js index 487d415e..a9b05580 100644 --- a/packages/nulp_elite/src/pages/content/joinCourse.js +++ b/packages/nulp_elite/src/pages/content/joinCourse.js @@ -783,7 +783,7 @@ const JoinCourse = () => { consent: { status: status, userId: _userId, - consumerId: userInfo?.rootOrgId, + consumerId: courseData.result.content.channel, objectId: contentId, objectType: "Collection", }, @@ -797,7 +797,7 @@ const JoinCourse = () => { consent: { filters: { userId: _userId, - consumerId: userInfo?.rootOrgId, + consumerId: courseData.result.content.channel, objectId: contentId, }, },