]> git.mjollnir.org Git - moodle.git/commitdiff
Added an important documentation to a capability
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:11:11 +0000 (18:11 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:11:11 +0000 (18:11 +0000)
mod/workshop/db/access.php

index 6d3eb6a79abd2b374de49f906542cd033bf8887a..5868564c7f02dab7a59910436826b1a9f20099ad 100644 (file)
@@ -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,