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

OO-3983: enabled glossary key not cloned

parent 31f5d1e6
No related branches found
No related tags found
No related merge requests found
......@@ -602,6 +602,7 @@ public class CourseConfig implements Serializable, Cloneable {
clone.setCssLayoutRef((String) configuration.get(KEY_CSS_FILEREF));
clone.setEfficencyStatementIsEnabled(isEfficencyStatementEnabled());
clone.setGlossarySoftKey(getGlossarySoftKey());
clone.setGlossaryIsEnabled(isGlossaryEnabled());
clone.setSharedFolderSoftkey(getSharedFolderSoftkey());
clone.setSharedFolderReadOnlyMount(isSharedFolderReadOnlyMount());
clone.setAutomaticCertificationEnabled(isAutomaticCertificationEnabled());
......
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