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

Invalid definition of the block/interactivetree:manage

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 2.8.6
    • None
    • v2.7-r1
    • MOODLE_28_STABLE

      The existing definition of the block/interactivetree:manage capability

           'block/interactivetree:manage' => array(
              'riskbitmask' => RISK_XSS,
       
              'captype' => 'write',
              'contextlevel' => CONTEXT_BLOCK,
              'archetypes' => array(
                  'editingteacher' => CAP_ALLOW,
                  'manager' => CAP_ALLOW
              ),
       
                'contextlevel' => CONTEXT_COURSE,
              'archetypes' => array(
                  'editingteacher' => CAP_ALLOW,
                  'manager' => CAP_ALLOW
              ),
       
              'clonepermissionsfrom' => 'moodle/site:manageblocks'
          ),
      

      is not valid - see the repeated array keys.

            hemacarun hema c arun
            mudrd8mz David Mudrák (@mudrd8mz)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

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