Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.7
-
Component/s: Assignment
-
Labels:None
-
Environment:1.7
-
Database:MySQL
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_17_STABLE, MOODLE_18_STABLE
Description
When grading an assignment, the Next, Save and Show Next, etc buttons are not showing, because $nextid is not correct.
File mod/assignment/lib.php, Function display_submission, Line 848:
Change
$nextid = $auser->id;
to
$nextid = array_shift($auser)->id;
Issue Links
| This issue duplicates: | ||||
| MDL-7569 | Broken next button when grading assignments |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
already fixed, thanks anyway