From: David Mudrak Date: Mon, 4 Jan 2010 18:11:11 +0000 (+0000) Subject: Added an important documentation to a capability X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5aa45d7176624de9c5a842a84206d6a6a0383fc1;p=moodle.git Added an important documentation to a capability --- diff --git a/mod/workshop/db/access.php b/mod/workshop/db/access.php index 6d3eb6a79a..5868564c7f 100644 --- a/mod/workshop/db/access.php +++ b/mod/workshop/db/access.php @@ -157,6 +157,7 @@ $mod_workshop_capabilities = array( ), // Ability to override grade for submission or the calcaluted grades for assessment + // and to run aggregation tasks that computes the total grade 'mod/workshop:overridegrades' => array( 'captype' => 'write', 'contextlevel' => CONTEXT_MODULE,