Index: lams_bb_integration/web/modules/openMonitor.jsp =================================================================== diff -u -r758949bac89d2566ea51b4e39595117815b704cc -r740ff4398fd4596bddb7bc662482ebd1eae47afc --- lams_bb_integration/web/modules/openMonitor.jsp (.../openMonitor.jsp) (revision 758949bac89d2566ea51b4e39595117815b704cc) +++ lams_bb_integration/web/modules/openMonitor.jsp (.../openMonitor.jsp) (revision 740ff4398fd4596bddb7bc662482ebd1eae47afc) @@ -54,7 +54,8 @@ } // if the user is not an Instructor or Teaching Assistant - Access Denied - if (!(courseRole.equals(CourseMembership.Role.INSTRUCTOR) || courseRole.equals(CourseMembership.Role.TEACHING_ASSISTANT))) { + if (!(courseRole.equals(CourseMembership.Role.INSTRUCTOR) || courseRole.equals(CourseMembership.Role.TEACHING_ASSISTANT) + || courseRole.equals(CourseMembership.Role.COURSE_BUILDER))) { response.sendRedirect("notAllowed.jsp"); }