Skip to content
Snippets Groups Projects
Commit 877db30b authored by Frode Petterson's avatar Frode Petterson
Browse files

Manager should not be able to update content types

parent fc6dfc94
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,6 @@ $capabilities = array( ...@@ -41,7 +41,6 @@ $capabilities = array(
'captype' => 'write', 'captype' => 'write',
'contextlevel' => CONTEXT_MODULE, 'contextlevel' => CONTEXT_MODULE,
'archetypes' => array( 'archetypes' => array(
'manager' => CAP_ALLOW
) )
), ),
...@@ -49,7 +48,6 @@ $capabilities = array( ...@@ -49,7 +48,6 @@ $capabilities = array(
'captype' => 'write', 'captype' => 'write',
'contextlevel' => CONTEXT_MODULE, 'contextlevel' => CONTEXT_MODULE,
'archetypes' => array( 'archetypes' => array(
'manager' => CAP_ALLOW
) )
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment