Skip to content
Snippets Groups Projects
Commit aee5bd06 authored by srosse's avatar srosse
Browse files

OO-4563: propagate manager rights to the list of lectures

parent 458293af
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public class TeacherToolOverviewController extends AbstractTeacherOverviewContro
private LectureService lectureService;
public TeacherToolOverviewController(UserRequest ureq, WindowControl wControl, LecturesSecurityCallback secCallback) {
super(ureq, wControl, false, "Lectures::UserTools", true, false);
super(ureq, wControl, secCallback.viewAs() == LectureRoles.lecturemanager, "Lectures::UserTools", true, false);
this.secCallback = secCallback;
initTables(ureq, false, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment