Commit 9bf77579 authored by Yusei Tahara's avatar Yusei Tahara

Update comment.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25753 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13d6c761
......@@ -1847,7 +1847,7 @@ class Catalog(Folder,
- If returned SearchKey is a RelatedKey, value is its definition
- Otherwise, value is None
"""
# Is key a "real" column or some related key ?
# Is key a "real" column or some related key or scriptable key?
related_key_definition = None
if key in self.getColumnMap():
search_key = self.getSearchKey(key, search_key_name)
......
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