File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
bbb-lti/src/java/org/bigbluebutton/lti Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,16 @@ public static boolean isModerator(String _roles){
46
46
for ( int i =0 ; i < roles .length ; i ++){
47
47
if ( roles [i ].equals (FACULTY ) ||
48
48
roles [i ].equals (URN_INSTITUTION_ROLE + FACULTY ) ||
49
+ roles [i ].equals (URN_CONTEXT_ROLE + FACULTY ) ||
49
50
roles [i ].equals (INSTRUCTOR ) ||
50
51
roles [i ].equals (URN_INSTITUTION_ROLE + INSTRUCTOR ) ||
52
+ roles [i ].equals (URN_CONTEXT_ROLE + INSTRUCTOR ) ||
51
53
roles [i ].equals (MENTOR ) ||
52
54
roles [i ].equals (URN_INSTITUTION_ROLE + MENTOR ) ||
53
- roles [i ].equals (URN_INSTITUTION_ROLE + ADMINISTRATOR )
55
+ roles [i ].equals (URN_CONTEXT_ROLE + MENTOR ) ||
56
+ roles [i ].equals (ADMINISTRATOR ) ||
57
+ roles [i ].equals (URN_INSTITUTION_ROLE + ADMINISTRATOR ) ||
58
+ roles [i ].equals (URN_CONTEXT_ROLE + ADMINISTRATOR )
54
59
){
55
60
response = true ;
56
61
break ;
You can’t perform that action at this time.
0 commit comments