sobjects/cwxmlparser.py
changeset 9750 566f8fce5168
parent 9474 dd96b877879d
child 10089 6346f53c85f1
--- a/sobjects/cwxmlparser.py	Wed Apr 09 17:14:25 2014 +0200
+++ b/sobjects/cwxmlparser.py	Wed Apr 09 17:26:57 2014 +0200
@@ -467,7 +467,7 @@
             self._clear_relation((ttype,))
 
     def _find_entities(self, item, kwargs):
-        return tuple(self._cw.find_entities(item['cwtype'], **kwargs))
+        return tuple(self._cw.find(item['cwtype'], **kwargs).entities())
 
 
 class CWEntityXMLActionLinkInState(CWEntityXMLActionLink):