mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-35321 course sections Enable reset of grouping access
This commit is contained in:
parent
dafc3b7a85
commit
b61670c7a7
@ -79,7 +79,7 @@ if ($mform->is_cancelled()){
|
||||
if (!empty($CFG->enableavailability)) {
|
||||
$section->availablefrom = $data->availablefrom;
|
||||
$section->availableuntil = $data->availableuntil;
|
||||
if (!empty($data->groupingid)) {
|
||||
if (isset($data->groupingid)) {
|
||||
$section->groupingid = $data->groupingid;
|
||||
}
|
||||
$section->showavailability = $data->showavailability;
|
||||
|
Loading…
x
Reference in New Issue
Block a user