From 5aa45d7176624de9c5a842a84206d6a6a0383fc1 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 4 Jan 2010 18:11:11 +0000 Subject: [PATCH] Added an important documentation to a capability --- mod/workshop/db/access.php | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.5