mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-35662' of git://github.com/netspotau/moodle-mod_assign
This commit is contained in:
commit
a499689c8b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue