mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-18229 gradereport: Fixes and improvements from review.
Added pagination back in with some general fixes. AMOS BEGIN CPY [override,mod_quiz],[override,gradereport_singleview] AMOS END
This commit is contained in:
parent
2fd9718d8b
commit
8ec7b088ef
14 changed files with 151 additions and 188 deletions
|
@ -1038,7 +1038,7 @@ class core_plugin_manager {
|
|||
),
|
||||
|
||||
'gradereport' => array(
|
||||
'grader', 'history', 'outcomes', 'overview', 'user'
|
||||
'grader', 'history', 'outcomes', 'overview', 'user', 'singleview'
|
||||
),
|
||||
|
||||
'gradingform' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue