-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.1, 2.4
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_23_STABLE
-
Testing MDL-34444 discovered this.
The "Restrict access" fieldset is not shown always in the edit section form (23 & master).
The reason is that this line:
$mform->addElement('header', '', get_string('availabilityconditions', 'condition'));
|
is incorrectly under one $CFG->enablegroupmembersonly condition. Moving the line out from that condition should lead to the fieldset being rendered always.
- Testing discovered
-
MDL-34444 Topic links active with restricted conditional topics
-
- Closed
-