[gen] Allow for ajax-based master-slave relationships within the search screen for String fields.
This commit is contained in:
parent
6d6c842f12
commit
5bea4e728b
4 changed files with 93 additions and 63 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue