Commit ec5120ee authored by Jérome Perrin's avatar Jérome Perrin

r9077 was a mistake, Author must be able to View the module (but not documents)



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9080 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ef9bb44
......@@ -103,7 +103,7 @@ erp5_role_dict = {\n
assignor_permission_list,\n
\'Associate\': common_permission_list,\n
\'Auditor\' : common_permission_list,\n
\'Author\': author_permission_list,\n
\'Author\': common_permission_list + author_permission_list,\n
\'Manager\': permission_list\n
}\n
\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment