Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6
-
Component/s: Performance
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE
-
Fixed Branches:MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-41889_master -
Pull Master Diff URL:
Description
tool_generator_site_backend::get_last_testcourse_id() is using SQL to order a string field which is a bad idea when we are really interested in ordering their numeric sufixes.
MDL-41882 already includes this new behaviour