Skip to content
Snippets Groups Projects
Commit f46c981d authored by uhensler's avatar uhensler
Browse files

OO-4252: Fix RS when creating a data collection with a course as topic

parent 30567022
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ public class DataCollectionConfigurationController extends FormBasicController {
if (topicCurriculumElement != null) {
this.topicCurriculum = topicCurriculumElement.getCurriculum();
}
this.topicRepository = dataCollection.getTopicRepositoryEntry();
this.topicRepository = this.dataCollection.getTopicRepositoryEntry();
this.currentOrganisations = qualityService.loadDataCollectionOrganisations(dataCollection);
initForm(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