mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-53209 mod_feedback: allow frontpage users to view and complete
This commit is contained in:
parent
0114ca3244
commit
02b2e3e70e
@ -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
|
||||
)
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user