forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-35074: grader report - Ease limit on number of students per page
The limit imposed by max_input_vars "applies only to each nesting level of a multi-dimensional input array" (http://www.php.net/manual/en/info.configuration.php#ini.max-input-vars). Turning the grader report fields into arrays (they were all top-level form fields, i.e. elements of the top-level array) makes the number of students become the only limiting factor, thereby allowing us to relax the limit on number of students per page greatly (to 1 less than max_input_vars, for safety).
- Loading branch information
Showing
1 changed file
with
109 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters