Skip to content

Commit 85acba1

Browse files
authored
Merge pull request #235 from Sahil-tarento/4.8.9-roleFixReport
Role fix for reportInfo
2 parents 8ad2103 + 79c149f commit 85acba1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/utils/whitelistApis.ts

+5
Original file line numberDiff line numberDiff line change
@@ -2338,6 +2338,8 @@ export const API_LIST = {
23382338
ROLE.MDO_ADMIN,
23392339
ROLE.MDO_LEADER,
23402340
ROLE.CBP_ADMIN,
2341+
ROLE.PROGRAM_COORDINATOR,
2342+
ROLE.CONTENT_CREATOR,
23412343
],
23422344
},
23432345
'/proxies/v8/batchsesion/qrcode/:courseid/:batchid': {
@@ -2460,6 +2462,9 @@ export const API_LIST = {
24602462
ROLE_CHECK: [
24612463
ROLE.MDO_ADMIN,
24622464
ROLE.MDO_LEADER,
2465+
ROLE.CBP_ADMIN,
2466+
ROLE.PROGRAM_COORDINATOR,
2467+
ROLE.CONTENT_CREATOR,
24632468
],
24642469
},
24652470
'/proxies/v8/program/v1/admin/enrol': {

0 commit comments

Comments
 (0)