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

OO-1271: check with the shared folder, not the glossary

parent 1f3ac81e
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ public class CourseOptionsController extends FormBasicController {
//shared folder
boolean managedFolder = RepositoryEntryManagedFlag.isManaged(entry, RepositoryEntryManagedFlag.resourcefolder);
if (courseConfig.hasCustomSharedFolder()) {
RepositoryEntry repoEntry = repositoryService.lookupRepositoryEntryBySoftkey(courseConfig.getGlossarySoftKey(), false);
RepositoryEntry repoEntry = repositoryService.lookupRepositoryEntryBySoftkey(courseConfig.getSharedFolderSoftkey(), false);
if (repoEntry == null) {
// Something is wrong here, maybe the glossary has been deleted.
// Try to remove shared folder from configuration
......
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