Moodle

Assignment submission grading: Save and Show Next buttons not showing

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Duplicate
  • Affects Version/s: 1.7
  • Fix Version/s: 1.7.1, 1.8
  • 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

Activity

Hide
Petr Škoda (skodak) added a comment -

already fixed, thanks anyway

Show
Petr Škoda (skodak) added a comment - already fixed, thanks anyway

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: