-
Bug
-
Resolution: Fixed
-
Minor
-
2.9.5, 3.0.3, 3.1
-
MOODLE_29_STABLE, MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
Exporting quiz overviews can still fail like in MDL-51375, you just need to have the lucky number of characters in your course and quiz name for the sheet to fail.
MDL-51375 resolved the case where a name being set with a single quote at the start or end.
However, right after that, a substr is run on the name trimming it down to 32 chars long, and if you had a longer name, with a single quote that just so happens to appear in the 32nd position, its not a single quote at the end of the sheet name - which causes a fatal error.
- has a non-specific relationship to
-
MDL-51375 Excel export still sometimes generates an invalid sheet names
- Closed