Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-3859

Presenter is missing code to comply with Moodle 2.3

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 2.3
    • Module: Presenter
    • None
    • MOODLE_23_STABLE

      In Moodle 2.3, the code issues the following message:

      • The module presenter does not define the standard capability mod/presenter:addinstance

      The following code (or something similar) should be added to db/access.php:

      'mod/forumng:addinstance' => array(
      'riskbitmask' => RISK_XSS,

      'captype' => 'write',
      'contextlevel' => CONTEXT_COURSE,
      'archetypes' => array(
      'editingteacher' => CAP_ALLOW,
      'manager' => CAP_ALLOW
      ),
      'clonepermissionsfrom' => 'moodle/course:manageactivities'
      ),

            alexcontis Alex Contis
            badblock Kirill Astashov
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

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