Commit 1faf8bac authored by Jérome Perrin's avatar Jérome Perrin

property_recordable: py3

parent cd511a54
...@@ -95,7 +95,7 @@ class PropertyRecordableMixin: ...@@ -95,7 +95,7 @@ class PropertyRecordableMixin:
Returns the list of property IDs which have Returns the list of property IDs which have
been recorded. been recorded.
""" """
return self._getRecordedPropertyDict({}).keys() return list(self._getRecordedPropertyDict({}).keys())
security.declareProtected(Permissions.AccessContentsInformation, security.declareProtected(Permissions.AccessContentsInformation,
'isPropertyRecorded') 'isPropertyRecorded')
......
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