Commit c6dd1470 authored by Sebastien Robin's avatar Sebastien Robin

added the method getChildDomainValueList

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8355 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2339c3f1
......@@ -117,3 +117,10 @@ class Domain(Predicate, MetaNode, MetaResource):
domain = newTempDomain(self, id)
domain = domain.__of__(self)
return domain
def getChildDomainValueList(self, *args,**kw):
"""
Return child domain objects already present or me may generate
dynamically childs.
"""
return self.portal_domains.getChildDomainValueList(*args,**kw)
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