MDL-52554 tool_lp: Remove templateview capability from authenticated users

This commit is contained in:
Damyon Wiese
2016-04-18 10:58:57 +08:00
committed by Frederic Massart
parent 057c14032b
commit 09c816162c
+1 -2
View File
@@ -233,9 +233,8 @@ $capabilities = array(
'captype' => 'read',
'contextlevel' => CONTEXT_COURSECAT,
'archetypes' => array(
'user' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/block:view'
'clonepermissionsfrom' => 'moodle/site:config'
),
// User evidence.
'tool/lp:userevidencemanage' => array(