Commit f8fe5498 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Added 'read_permission' and 'write_permission'.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3326 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9aba2b2d
......@@ -75,6 +75,16 @@ class BaseCategory:
'type' : 'boolean',
'default' : 0,
'mode' : 'w' },
{ 'id' : 'read_permission',
'description' : 'permission needed to access Getters',
'type' : 'string',
'default' : None,
'mode' : 'w' },
{ 'id' : 'write_permission',
'description' : 'permission needed to access Setters',
'type' : 'string',
'default' : None,
'mode' : 'w' },
)
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