mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
Merge branch 'MDL-35662' of git://github.com/netspotau/moodle-mod_assign
This commit is contained in:
commit
a499689c8b
@ -2461,6 +2461,8 @@ class assign {
|
||||
$prefix = 'plugingradingbatchoperation_';
|
||||
|
||||
if ($data->operation == 'grantextension') {
|
||||
// Reset the form so the grant extension page will create the extension form.
|
||||
$mform = null;
|
||||
return 'grantextension';
|
||||
} else if (strpos($data->operation, $prefix) === 0) {
|
||||
$tail = substr($data->operation, strlen($prefix));
|
||||
|
Loading…
x
Reference in New Issue
Block a user