[gen] Allow for ajax-based master-slave relationships within the search screen for String fields.

This commit is contained in:
Gaetan Delannay 2014-03-05 15:47:12 +01:00
parent 6d6c842f12
commit 5bea4e728b
4 changed files with 93 additions and 63 deletions

View file

@ -213,7 +213,7 @@ class ToolMixin(BaseMixin):
rootClasses = cfg.rootClasses
if not rootClasses:
# We consider every class as being a root class.
rootClasses = cfg.appClassNames
rootClasses = self.getProductConfig().appClassNames
return [self.getAppyClass(k) for k in rootClasses]
def getSearchInfo(self, className, refInfo=None):