Commit a041a96d authored by wenjie.zheng's avatar wenjie.zheng

State.py: add variable type_list to store value state_type from property.

parent 0db8ef99
......@@ -52,6 +52,7 @@ class State(IdAsReferenceMixin("state_", "prefix"), XMLObject, XMLMatrix):
isRADContent = 1
erp5_permission_roles = {} # { permission: [role] or (role,) }
default_reference = ''
type_list = ()
# Declarative security
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
......
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