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

OO-4116: implements the infos activation in repo. runtime

parent d901ddb7
No related branches found
No related tags found
No related merge requests found
......@@ -505,6 +505,8 @@ public class RepositoryEntryRuntimeController extends MainLayoutBasicController
} else if("Settings".equalsIgnoreCase(type) || "EditDescription".equalsIgnoreCase(type)) {
List<ContextEntry> subEntries = entries.subList(1, entries.size());
doSettings(ureq, subEntries);
} else if("Infos".equalsIgnoreCase(type)) {
doDetails(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