Skip to content
Snippets Groups Projects
Commit a0aa8962 authored by User expired's avatar User expired
Browse files

openolat#207: do not change access rule to ACCESSIBILITY_EN for autonomous courses

parent b61898ed
No related branches found
No related tags found
No related merge requests found
......@@ -588,13 +588,6 @@ public class CreateCourseRepositoryEntryController extends FormBasicController
radioSync.setVisible(false);
refreshRadioAccessibility();
if (coursePrevSelected || !radioAccess.isVisible()) {
// set the accessibility only when we switch from an external
// course to an autonomous one, or if this is the first time
// a title is chosen
radioAccess.select(CreateCourseModel.ACCESSIBILITY_EN, true);
refreshRadioAccessibility();
}
radioAccess.setVisible(true);
catalogDropdownElement.setVisible(true);
......
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