Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-11362

SCORM visibility vs Roles

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.8.5
    • 1.8.2
    • SCORM
    • None
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE

      Good morning:

      When the capability "moodle/course:viewhiddenactivities" is allowed for a role , if you try to access to a SCORM module and this module is hidden, it indicates that the resource is hidden and that it can't be shown.

      I think the error is on this line of the file " /scorm/view.php":

      if (empty($cm->visible) and
      !has_capability('moodle/course:manageactivities', $context))

      { notice(get_string("activityiscurrentlyhidden")); }
      If we replace these lines for the following ones, it works correctly.
      .

      if (empty($cm->visible) and
      !has_capability('moodle/course:viewhiddenactivities, $context)) { notice(get_string("activityiscurrentlyhidden")); }

            poltawski Dan Poltawski
            fjrincon Jesús Rincón
            Dan Marsden Dan Marsden
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.