MDL-53209 mod_feedback: allow frontpage users to view and complete

This commit is contained in:
Marina Glancy 2016-03-14 22:28:08 +08:00
parent 0114ca3244
commit 02b2e3e70e

View File

@ -44,6 +44,7 @@ $capabilities = array(
'contextlevel' => CONTEXT_MODULE,
'archetypes' => array(
'guest' => CAP_ALLOW,
'frontpage' => CAP_ALLOW,
'student' => CAP_ALLOW,
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
@ -58,6 +59,7 @@ $capabilities = array(
'captype' => 'write',
'contextlevel' => CONTEXT_MODULE,
'archetypes' => array(
'frontpage' => CAP_ALLOW,
'student' => CAP_ALLOW
)
),