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

OO-990: remove the author details view from the course view

parent d7fb0ffa
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,6 @@ import org.olat.repository.RepositoryManager;
import org.olat.repository.RepositoryService;
import org.olat.repository.controllers.EntryChangedEvent;
import org.olat.repository.ui.author.AuthoringEditEntrySettingsController;
import org.olat.repository.ui.author.AuthoringEntryDetailsController;
import org.olat.repository.ui.list.RepositoryEntryDetailsController;
import org.olat.resource.OLATResource;
import org.olat.util.logging.activity.LoggingResourceable;
......@@ -850,12 +849,8 @@ public class RunMainController extends MainLayoutBasicController implements Gene
}
private void launchDetails(UserRequest ureq) {
if(isCourseAdmin) {
currentToolCtr = new AuthoringEntryDetailsController(ureq, getWindowControl(), toolbarPanel, courseRepositoryEntry);
} else {
currentToolCtr = new RepositoryEntryDetailsController(ureq, getWindowControl(), courseRepositoryEntry);
toolbarPanel.pushController(translate("command.courseconfig"), currentToolCtr);
}
currentToolCtr = new RepositoryEntryDetailsController(ureq, getWindowControl(), courseRepositoryEntry);
toolbarPanel.pushController(translate("command.courseconfig"), currentToolCtr);
}
private void launchCourseFolder(UserRequest ureq) {
......
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