Skip to content

Commit

Permalink
Merge pull request #510 from mahajanmahesh935/main
Browse files Browse the repository at this point in the history
TASK : #0000 changed consumerId from user orgId to course orgId for consent form update
  • Loading branch information
paritshivani authored Aug 21, 2024
2 parents a0ee658 + 5afa540 commit cc7f904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nulp_elite/src/pages/content/joinCourse.js
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ const JoinCourse = () => {
consent: {
status: status,
userId: _userId,
consumerId: userInfo?.rootOrgId,
consumerId: courseData.result.content.channel,
objectId: contentId,
objectType: "Collection",
},
Expand All @@ -797,7 +797,7 @@ const JoinCourse = () => {
consent: {
filters: {
userId: _userId,
consumerId: userInfo?.rootOrgId,
consumerId: courseData.result.content.channel,
objectId: contentId,
},
},
Expand Down

0 comments on commit cc7f904

Please sign in to comment.