Commit eeac858c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

support src__ argument in getDocumentValueList().


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28859 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e8e6cee
......@@ -273,7 +273,7 @@ class WebSection(Domain, PermanentURLMixIn):
if cache is not None:
cache[key] = result
if result is not None:
if result is not None and not kw.get('src__', 0):
result = [doc.__of__(self) for doc in result]
return result
......
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