Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8.1
-
Component/s: Gradebook
-
Labels:None
-
Environment:Moodle 1.8+ of May 9, 2007, probably all 1.8 versions. PHP is 4.4.6 under Apache 1.3.37 and Linux.
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
The default gradebook listing for an instructor is fine, but when a sort button is pressed, only standard page headers are shown. The various sort button URLs all include "&group=-1". When this text is appended to the URL of the standard display, an empty display results.
I believe the problem is due to near line 318 of lib.php, where $group is compared to zero instead of -1.
See attachment for a context diff of a fix.
--James
Attachments
Issue Links
| This issue will be resolved by: | ||||
| MDL-9780 | Groups 181 cleanup - META |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
should be already fixed during the groups cleanup, thanks for the report!