Skip to content
Snippets Groups Projects
Commit 30843770 authored by DFNVC's avatar DFNVC
Browse files

Standard Capability 'mod/adobeconnect:addinstance' hinzugefügt.

parent fc1363d6
Branches
No related tags found
No related merge requests found
......@@ -8,6 +8,16 @@
$capabilities = array(
'mod/adobeconnect:addinstance' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
'manager' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/course:manageactivities'
),
'mod/adobeconnect:meetingpresenter' => array(
'captype' => 'read',
......
......@@ -7,7 +7,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$plugin->version = 2019073000; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2019092500; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2014051212; // Requires this Moodle version
$plugin->component = 'mod_adobeconnect';
$plugin->cron = 0; // Period for cron to check this module (secs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment