Commit 678dc9c1 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add an optional argument is_tales_type into _getAcquiredPropertyList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1904 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87c305f8
......@@ -408,7 +408,7 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
def _getAcquiredPropertyList(self, key, default_value, null_value,
base_category, portal_type=None, copy_value=0, mask_value=0, sync_value=0, append_value=0,
accessor_id=None, depends=None, storage_id=None, alt_accessor_id=None,
is_list_type=0):
is_list_type=0, is_tales_type=0):
"""
Default accessor. Implements the default
attribute accessor.
......
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