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

Permission error when viewing annotated PDF

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 2.6.1
    • Assignment
    • MOODLE_26_STABLE

      A user uploads a PDF assignment submission. The instructor annotates it. When the user tries to view the annotated PDF by clicking on the "View annotated PDF..." button.

      They are presented with the following error in a pop up window:

      Sorry, but you do not currently have permissions to do that (Grade assignment)

      It looks like it is hitting the following piece of code(around line 133 in mod/assign/feedback/editpdf/ajax.php):

      } else if ($action == 'loadquicklist') {
          require_capability('mod/assign:grade', $context);
       
          $result = comments_quick_list::get_comments();
       
          echo json_encode($result);
          die();
       
      }
      

        1. After closing first dialogue.jpg
          109 kB
          Michael de Raadt
        2. SchooldemoError.png
          52 kB
          Mary Cooch
        3. Student opening feedback PDF.jpg
          110 kB
          Michael de Raadt

            Unassigned Unassigned
            hernan43 Ray Hernandez
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

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