Moodle

assignment_showrecentsubmissions does not hide submissions on recent activity full report

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9
  • Fix Version/s: 1.9.1
  • Component/s: Assignment
  • Labels:
    None
  • Database:
    Any
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

The new assignment_showrecentsubmissions preference does control whether assignment submissions are visible in the recent activity block but clicking on "Full report of recent activity..." still displays them.

this line in mod/assignment/lib.php:2539

if (!empty($CFG->assignment_limitrecentsubmissions)) {

should probably read:

if (empty($CFG->assignment_showrecentsubmissions)) {

which would be consistent with the usage on line 2424 in the same file.

Activity

Hide
Petr Škoda (skodak) added a comment -

thanks for the report and patch, fixed in cvs

Show
Petr Škoda (skodak) added a comment - thanks for the report and patch, fixed in cvs

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: